Hi ,
I have tried in my application 2 sql databases . But while running error occurs . Then i created 2 tables in single database . Is it possible to create 2 databases in an application ?
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.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.