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
Where is ojdbc14 jar located?
Is it possible to connect to multiple databases? Using single statement can we update or extract data from two or three or many databases?
Write an sql to find all records having all upper case alphanumeric characters in a field ?
What class.forname will do while loading drivers of jdbc?
How to test jdbc connection to sql server?
What are different parts of a url?
What is “dirty read” in JDBC? Which isolation level prevents dirty read?
Is jdbc a protocol?
What are the common tasks of JDBC?
any one can explain about policy file rule? when i connect database with applet then ther is no compile time error but the run time error is occureed.i.e access is denied.policy file rule is related to this problem.
What class.forname does, while loading the drivers?
Does the JDBC-ODBC Bridge work with Microsoft J++?
What are the flow statements of jdbc?
How to retrieve warnings in jdbc?
Why should we close database connections in java?