PDA

Click to See Complete Forum and Search --> : cannot update recordset


frank ashley
Aug 15th, 2000, 10:03 AM
My code calls a DLL which executes a command object which calls a stored proc' on SQL7 which is then passed out as a recordset into my calling app'.

All hunky-dory except that I cannot update any of the values in the recordset.

The recordset properties are as follows;

CursorLocation=adUseClient
Locktype=adOpenStatic

Is the command object the culprit?

Clunietp
Aug 15th, 2000, 11:12 AM
Is your command object passing back a disconnected recordset?

JHausmann
Aug 15th, 2000, 11:18 AM
Does the recordset contain objects from more than one table?

frank ashley
Aug 16th, 2000, 02:04 AM
Clunietp

No


JHausmann

Other calls in the DLL will (just writing a code stub at the moment, trying to establish the principle).