aspose file tools
The moose likes JDBC and the fly likes Derby and commons dbcp compatibility Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Databases » JDBC
Reply Bookmark "Derby and commons dbcp compatibility" Watch "Derby and commons dbcp compatibility" New topic
Author

Derby and commons dbcp compatibility

rachana ravali
Ranch Hand

Joined: Jun 20, 2006
Posts: 32
hi ...
I am new to using derby .. i have some doubts on it ... please clarify...

1). can i use embeddedDriver of derby with commons pool and dbcp

2) Can i use the con from the pool (created with embeddedDriver and pools) to be accessed by multiple users to make insert,delete operations

3) Do i have to shutdown the database for every user ... if every user has one connection each...

4) can i create a read/write database to be accessed by multiple users in derby using embeddeddriver.


thanks in advance

 
I agree. Here's the link: http://aspose.com/file-tools
 
subject: Derby and commons dbcp compatibility
 
Similar Threads
Multiple database & multiple connection problem.
Why close the connection, statement and resultset?
Database "process" breaks between two Tomcat versions
Connection Pooling (Performance Tuning)
Connection Pooling