Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Can't use sproc in disconnected recordsets?

Status
Not open for further replies.

mkuan

Programmer
Sep 19, 2001
69
CA
A disconnected recordset needs recordset's "UpdateBatch" method to update the database.

I read somewhere that if the recordset was not created from a SQL statment, one cannot use "UpdateBatch" method. So, what if I create my recordset from a sproc? Does that mean that I can't set the recordset cursor location in my MTS component to "adUseClient" to create a disconnected recordset that is updateable, if I want to use sprocs in my queries?

TIA.


Min.
 
If u use aduseclient which is disconnected , it is not possible to use updatebatch.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top