Wrox Home  
Search P2P Archive for: Go

  Return to Index  

asp_databases thread: ADODB Command CursorType and LockType


Message #1 by "Hamish Lorimer" <hlorimer@c...> on Mon, 28 Jan 2002 19:26:36 -0000
This is a multi-part message in MIME format.



------=_NextPart_000_0018_01C1A831.B3A01040

Content-Type: text/plain;

	charset="iso-8859-1"

Content-Transfer-Encoding: quoted-printable



When using stored procedures with parameters to create a Recordset all 

the examples I have seen use the ADODB.Command object e.g.



objRS =3D objComm.Execute

Where objRS is a Recordset and objComm is the ADODB Command object.

It is not possible to specify the Recordset CursorType or LockType using 

the Command object. So what CursorType and LockType do you get ?

Is it possible to specify the CursorType and LockType using the 

Recordset object before executing the Command object?

 Many thanks for any help



Hamish Lorimer







  Return to Index