Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How do I use the Bookmark property ??
Message
From
02/11/1998 04:48:11
 
General information
Forum:
Visual Basic
Category:
Database DAO/RDO/ODBC/ADO
Miscellaneous
Thread ID:
00153336
Message ID:
00153396
Views:
23
Dim DbsComptoir as Database, rstClients as recordset
Dim Varorigine as variant
set dbsComptoir=Opendatabase("C:\.....")
set rstclients = dbscomptoir.openrecordset("Clients",dbopentable)
rstclients.index="Societe"
varorigin==rstclients.bookmark
rstclients.seek ">=","Z"
if rstclients.nomatch
Msgbox "Not Found"
rstclients.bookmark=varorigin
endif
rstclients.close
dbscomptoir.close



I hope this will help you.
You can found a lot of information in "Microsoft jet database engine" from dan haught, jim fergusson
Best regards
Previous
Reply
Map
View

Click here to load this message in the networking platform