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