Multiple Databases

M

Mike

I want to set up multiple databases due to the volume nd
complexity of data. Where can I find info to help in
design to eliminate pitfalls and how to interface
multiple databases?

(e-mail address removed)
 
J

John Vinson

I want to set up multiple databases due to the volume nd
complexity of data. Where can I find info to help in
design to eliminate pitfalls and how to interface
multiple databases?

(e-mail address removed)

If you have more than 2 billion bytes of data (perhaps five or ten
million records in the largest tables), you should very strongly
consider moving to a true client-server architecture such as SQL
Server, Oracle, or MySQL (while using Access as a frontend). Access is
pretty powerful but it does have limitations - and the 2 GByte limit
is not the only (or even the most critical) one.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top