Thursday, July 30, 2009

In visual basic 6: when you use databases(access), how do you bind the database to the form?

In visual basic 6: when you use databases(access), how do you bind the database to the form?


I would like the database to work (add, delete, update etc) on all computers.

In visual basic 6: when you use databases(access), how do you bind the database to the form?
You "attach" the MDB using connect strings, depending on which connecting methods you want to use... ISAM, OLEDB, etc.





The best way would be for you to include the MDB with your VB6 app, so you can locate it to make sure it's there, then you connect to it.
Reply:Add connection string manually to data access, then using binding datasource from the form's boxes.

wild flowers

No comments:

Post a Comment