J
Jonathan
Hi Access 2003, Sql 2005. Hi I am using Set rs = cmd.Execute to load an ADODB
recordset. However "The default cursor for an ADO Recordset is a
forward-only, read-only cursor located on the server."
I am using a command object so that I can set parameters for a stored
procedure.
Is there a method that I can use to set the cursor type to keyset? That is,
I want to have a stored procedure with parameters as recordset source. I want
to be able to make changes to the recordset (these changes are not saved to a
table).
Any ideas or suggestions appreciated.
Many thanks,
Jonathan
recordset. However "The default cursor for an ADO Recordset is a
forward-only, read-only cursor located on the server."
I am using a command object so that I can set parameters for a stored
procedure.
Is there a method that I can use to set the cursor type to keyset? That is,
I want to have a stored procedure with parameters as recordset source. I want
to be able to make changes to the recordset (these changes are not saved to a
table).
Any ideas or suggestions appreciated.
Many thanks,
Jonathan