1 or 2 databases?

W

warrent

i'm using two tables that don't have any link between them. Would it be best
to use two seperate databases or just put them together in one.
 
W

Wayne Morgan

That is up to you, what you're trying to do, and what the tables are for. If
they are related in some way, just not a relationship link between them, it
may be tidier house keeping to have them in the same file. If they are
totally unrelated, it may be easier to have two files with descriptive
names.
 
W

warrent

That's what I thought. I'm creating the database to be accessed by Visual
Basic. I was just curious to know which one would be easier to manage.
 
Top