Wrox Home  
Search P2P Archive for: Go

  Return to Index  

activex_data_objects thread: Static cursor ASP recordset from SPROC


Message #1 by julian@f... on Sun, 5 Jan 2003 10:29:51
Hi All,

I'm looking for the solution to a problem that I come up against. I need 
to open a recordset with a static cursor using a Stored Procedure in SQL 
Server. Using the ADO command object to append the parameters and then 
returning the recordset in ASP works fine, but you can only return a 
recordset with a read only lock and a forward only cursor.

Is there a way to execute a SPROC using ASP and ADO that returns a 
recordset with a static cursor?

If not ideas on the best other alternative would be helpful.

Thanks and best regards,
Jules.

  Return to Index