Disconnected Recordsets in ADO: Demonstration
Category:
DatabaseType:
ApplicationsDifficulty:
IntermediateAuthor:
Vergel DalusungVersion Compatibility: Visual Basic 6
More information:
This application is a contact manager that uses disconnected recordsets. This means that every change you make to the contact list is saved in a temporary buffer and all changes are committed when you click the Update Database button, which calls the Connection's UpdateBacth method. The application also demonstrates data binding without a data control; creating an Access database, tables, and columns using ADOX; and combo box data listing.
Instructions: Click the link below to download the code. Select 'Save' from the IE popup dialog. Once downloaded, open the .zip file from your local drive using WinZip or a comparable program to view the contents.
Download adoclient-side.zip