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 are the differences between statement and preparedstatement interface?
What is the reason why we need a jdbcrowset like the wrapper around resultset?
What do you mean by jdbc batch processing and what are the advantages of using jdbc batch processing?
Give an example for getXXX method?
What are restrictions on triggers?
Explain the importance of drivermanager.
What are the three parts of a jdbc url?
How to check jdbc driver version in sql server?
How many locking systems are there in jdbc?
What is jdbc thin client?
Expalin the method of calling a stored procedure from jdbc.
What does adapter class provide?
Name different methods for getting streams.
What is jdbc and its types?
What are the considerations for deciding on transaction boundaries?