Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
ADO and Free Tables
Message
 
À
20/02/2000 13:20:05
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Divers
Thread ID:
00334614
Message ID:
00334771
Vues:
20
>oRecordSet.OPEN([Select * From c:\test\mydbf Where mydbf.test1 = "Old Value"],oConnection)

You did not assign a the CursorType and LockType properties to the recordset. The recordset defaults to ReadOnly.

oRecordSet.OPEN(source, connection, cursortype, locktype, options)

oRecordSet.OPEN("Select * From c:\test\mydbf Where mydbf.test1 = 'Old Value'",oConnection,adOpenDynamic,adLockPessimistic)
Michael McLain
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform