Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Cursor type changed
Message
From
28/03/2003 18:07:50
 
 
To
28/03/2003 11:38:59
Adrian Demaestri
Ministerio de Economia de La Prov. de Ba
La Plata, Argentina
General information
Forum:
Visual Basic
Category:
Database DAO/RDO/ODBC/ADO
Miscellaneous
Thread ID:
00771375
Message ID:
00771625
Views:
13
It may be that the parameters selected in the Open method are not compatible with the cursorlocation (adUseServer by default) type of the connection. Also anytime you have a read-only server-side cursor the RecordCount property is not supported and will return -1.

Try setting the CursorLocation property of the connection object to adUseClient and remove the extra parameters in the Open method (adOpenStatic, adLockReadOnly).

Hope this helps,
Previous
Reply
Map
View

Click here to load this message in the networking platform