i am user who logined the application..after that another
valid user will also logind..so that is it neccessary to
create jdbc connection for each and every user...plz explain
it with proper answer...plz help me
Answer Posted / srikanth
yes u have to create new connection if previous connection
is closed otherwise use exixting connection
| Is This Answer Correct ? | 13 Yes | 0 No |
Post New Answer View All Answers
What is database connection pooling? Advantages of using a connection pool?
How does a file store compare with a jdbc store?
Which constraint cannot be specified as an explicit constraint and should be specified with the column only ?
Where can I find info, frameworks and example source for writing a JDBC driver?
Which jdbc drivers will run your program?
What is jdbc databasemetadata interface?
java based application for hospital management
What is an escape syntax?
Give steps to connect to the db using jdbc?
Explain different types of locks in jdbc?
Give an example for execution of sql statement.
How can we store and retrieve images from the database?
Explain about DSN?
How do I load a database driver with JDBC 4.0 / Java 6?
What is jdbc in java?