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 are the common JDBC problems that you got and how do you solved them?
How can we execute stored procedures?
What is a jdbc connection?
What is sqlwarning?
How do I start debugging problems related to the JDBC API?
What is jdbc odbc bridge in java?
What are the three basic components of the odbc architecture?
What is JDBC ResultSet?
What is the use of jdbc api?
Result set’s index starts with 0 or 1?
What is jdbc drivers in java?
Does jdbc use odbc?
How to set the attribute concurrency in resultset?
When do we use execute method in java jdbc?
Once I have the Java 2 SDK, Standard Edition, from Sun, what else do I need to connect to a database?