Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Cursor type changed
Message
De
28/03/2003 18:07:50
 
 
À
28/03/2003 11:38:59
Adrian Demaestri
Ministerio de Economia de La Prov. de Ba
La Plata, Argentine
Information générale
Forum:
Visual Basic
Catégorie:
Bases de données DAO/RDO/ODBC/ADO
Divers
Thread ID:
00771375
Message ID:
00771625
Vues:
14
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,
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform