This week's book giveaway is in the General Computing forum.
We're giving away four copies of Arduino in Action and have Martin Evans, Joshua Noble, and Jordan Hochenbaum on-line!
See this thread for details.
The moose likes JDBC and the fly likes dynamic database connection Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


JavaRanch » Java Forums » Databases » JDBC
Reply Bookmark "dynamic database connection" Watch "dynamic database connection" New topic
Author

dynamic database connection

ashish jadhav
Ranch Hand

Joined: Nov 20, 2008
Posts: 62
Hi
i want to create one application in java.in which i want create database connection dynamically.means we can use same code for number of tables and DB..from jsp page we select table name and url so in our code work for that selected table.means generlise application..also we can select number of fileds dynamically to insert data in DB.can anyone please help me.
Thanking you,
ashish
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: dynamic database connection
 
Similar Threads
Hospital Application In Dark
Applet vs. DHTML performance
DriverManager iterating through driver lists, will it create an overhead ?
what is connection pooling?
Creating connection pool and data source dynamically