Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Seek method
Message
De
02/08/2001 12:32:35
Jason Dalio
Northern Interior Regional Health Board
Prince George, Colombie Britannique, Canada
 
 
À
02/08/2001 10:53:30
Information générale
Forum:
Visual Basic
Catégorie:
Autre
Titre:
Divers
Thread ID:
00538732
Message ID:
00538934
Vues:
11
ADO does support seek and find with the following notes:

SQL and Access:
You cannot use a forward-only recordset. The recordset you create must be scrollable. Even though you are only reading data and not changing it, the recordset needs to move forward and back when searching for records.

SQL:
When using the LIKE statement with the FIND statement, your search criteria must be a percent sign (e.g. rst.FIND "LName LIKE 'DAL%'")

Access:
When using the LIKE statement with the FIND statement, your search criteria must be an asterix (e.g. rst.FIND "LName LIKE 'DAL*'")
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform