Hi I just want to ask why I receive an error from
VB Code:
rs.open "Insert Into Table (a,b,c) values ('a','b','c')",con rs.close:set rs=nothing
but not from
VB Code:
rs.open "Select * from table",con rs.addnew rs.update rs.close:set rs=nothing
The error is "Function is not allowed when object is closed" ..... thanks in advance![]()




Reply With Quote