Results 1 to 3 of 3
Thread: multiple databases
- 07-05-2007, 06:38 AM #1
Member
- Join Date
- Jul 2007
- Location
- bangalore,india
- Posts
- 19
- Rep Power
- 0
multiple databases
i want to create a database for each user with a number of tables.as we all know in JDBC we require a odbc bridge which creates a datasource which lets you access database...is it possible to create a data source using a java application and can a single java program access multiple databases using many data sources or should i do it using a single data source...(it is possible that i would want to do it as a server version(JSP or servlet) )
PS : a datasource points only to a single database??is there some way that i can make it point to many databases??i know its not logical but nethin can happen :)) now for every user a database...for each user sign up i need to create a database for him....should i use JNDI n API's like this??
- 07-07-2007, 11:20 PM #2
Senior Member
- Join Date
- Jun 2007
- Posts
- 164
- Rep Power
- 6
Hi, I just know that data source is uses to access an only data base.
Although with an application you can access to other data bases.
I think that the idea is have an only data base where you access, and it's in tables from the data base where you organize the user's information.
- 07-09-2007, 08:06 AM #3
Member
- Join Date
- Jul 2007
- Location
- bangalore,india
- Posts
- 19
- Rep Power
- 0
Similar Threads
-
how to use XML databases
By paty in forum XMLReplies: 3Last Post: 08-16-2008, 12:11 AM -
Hibernate with multiple databases
By dsr0781 in forum JDBCReplies: 5Last Post: 06-23-2008, 01:06 PM -
Multiple Users
By peiceonly in forum Threads and SynchronizationReplies: 5Last Post: 06-09-2008, 09:17 AM -
Multiple Inheritance
By mew in forum New To JavaReplies: 1Last Post: 12-01-2007, 10:04 PM -
Recommendation about databases
By tommy in forum JDBCReplies: 2Last Post: 07-28-2007, 05:04 AM


LinkBack URL
About LinkBacks
Reply With Quote
Bookmarks