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 / nikitha
no need to create the connection because JDBC driver will automatically connects when u logined with ur name and password if it is stored in database it will displays the information
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is jdbc and explain jdbc architecture?
What protocol does jdbc use?
What is db client?
What is JDBC Statement?
What is database deadlock ? How can we avoid them?
Does jdbc require oracle client?
Explain the two tier and three tier architecture of jdbc.
How can you make a connection?
What is JDBC Savepoint? How to use it?
Why is odbc needed?
Can I set up a connection pool with multiple user IDs? The single ID we are forced to use causes problems when debugging the DBMS.
What is a statement in java?
What is SQL Warning? How to retrieve SQL warnings in the JDBC program?
What is odbc and jdbc in dbms?
Explain the necessary steps to connect to the database in java?