VBcoders Browse New Submit Contact Sign In

No account? Register free

Forgot password?

ADO Multiuser Form

John Andrews  (1 Submission)   Databases/Data Access/DAO/ADO   Visual Basic 3.0   Beginner   Wed 3rd February 2021

This VB6 project demonstrates how to edit an ADO multiuser recordset using databound controls.
It is based on the 'single-record form' created by the VB wizard, but adds:
* Enhanced error handling
* Improved user interface
The demo allows several instances of the form to be opened, for a 'pretend' multiuser
network.

Assumes
To use the form in your own project: 1: Add a copy of the form to your project 2: Set the ADO connection string in the form_load code to match your database 3: Place databound controls on the form (if you drop controls onto the form from the data environment, set their datasource and datamember properties to blank) 4: You may need to adjust your Project/References if you are using a different version of ADO to v2.5, or Data Binding Collection older than SP4

Rate ADO Multiuser Form (8(8 Vote))

Download ADO Multiuser Form

ADO Multiuser Form Comments

No comments yet — be the first to post one!

Post a Comment

0/1000 characters