Thread: 2 sql database
View Single Post
  #2 (permalink)  
Old 07-01-2008, 11:06 AM
Erel's Avatar
Erel Erel is offline
Administrator
 
Join Date: Apr 2007
Posts: 3,335
Default

You can work with more than one database. Just create a Connection object for each database.
However one database can include many tables and with one database you can make a query that gets data from many tables. For most usages it is better to have one database with many tables.
Reply With Quote