Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Seek method
Message
From
02/08/2001 12:32:35
Jason Dalio
Northern Interior Regional Health Board
Prince George, British Columbia, Canada
 
 
To
02/08/2001 10:53:30
General information
Forum:
Visual Basic
Category:
Other
Title:
Miscellaneous
Thread ID:
00538732
Message ID:
00538934
Views:
12
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*'")
Previous
Reply
Map
View

Click here to load this message in the networking platform