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
How MS-Access DB can be accessed over a network, using JDBC API?
Describe how the jdbc application works.
Explain some new features available in jdbc 4.0?
Explain about the drive manager class working?
What is the advantage of namedparameterjdbctemplate?
What is setautocommit in jdbc?
If you are given a choice to implement the code to either insert a record or update if already exist, which approach will you follow ?
How does jdbc connect to database?
What is a connection string used for?
What is meant by dao?
How do we load the drivers?
What is ojdbc14 jar?
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.
Give an example of code used for setting up connection with a driver.
What is jdbc driver?