-
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.
-
Yes you can you just need to define your database connections and use different names.
-
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.