PDA

Click to See Complete Forum and Search --> : Multiple Access DB's in one program?


gamefiend
Feb 9th, 2000, 08:31 PM
I've been working on the design of a program, and was wondering (actually more like making sure) I can use multiple db's in one vb program (not multiple tables in a db, but multiple .mdb files)

Thanks.
Mike


------------------
Yesterday is gone, today we have to deal with how tomorrow might suck.

bsmith
Feb 9th, 2000, 09:14 PM
Yes you can you just need to define your database connections and use different names.

JHausmann
Feb 10th, 2000, 04:57 AM
Yes. Most of the applications Marty and I work on have Databases that contain "user" data (created/maintained by them) and system data (created/maintained by us). When we cut a new release, we can modify the system data easily but the user data entails more work.