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 is jdbc stand for?
How to insert and delete a row programmatically? (new feature in JDBC 2.0)
Explain the difference between inner and outer join ?
Why do we need jdbc api?
What is metadata in jdbc?
How can I instantiate and load a new CachedRowSet object from a non-JDBC source?
What is jdbc thin client in oracle?
What is jdbc connection string?
What is the execute method in java?
How do you determine the sensitivity of the ResultSet object?
Does the JDBC-ODBC Bridge work with Microsoft J++?
Which constraint cannot be specified as an explicit constraint and should be specified with the column only ?
What are the basic exceptions in jdbc?
What is jdbc odbc driver?
How do I insert/update records with some of the columns having NULL value?