Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Seek
Message
General information
Forum:
Visual Basic
Category:
Database DAO/RDO/ODBC/ADO
Title:
Re: Seek
Miscellaneous
Thread ID:
00897996
Message ID:
00898205
Views:
12
Hi Alex:
I am checking to makesure if the seek command is suppored with the ODBC drive. Below is what I use to check if the seek command is supported.
If oRecSet.Supports(adIndex) And oRecSet.Supports(adSeek) Then
And it seems that seek command is supported, because the codes below the IF statment are executed. If the codes below the IF statement are executed does it not means that seek command is supported? If not what do I need to do, please advise?

Thanks for alll of your help!!!
MA
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform