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
Explain creation of statement object with connection method create method with help of an example.
How can I write to the log used by DriverManager and JDBC drivers?
Which database is used with java?
Is possible to open a connection to a database with exclusive mode with JDBC?
Why do we use jdbc in java?
How can we store the file in the oracle database?
How do I set properties for a JDBC driver and where are the properties stored?
What is meant by jdbc and odbc?
Where is mysql jdbc driver located?
List the common jdbc exceptions ?
How a database driver can be loaded with jdbc 4.0 / java 6?
Does sql allow null values ?
What is drivermanager in jdbc?
What is the full form of jdbc and what is its purpose?
How data can be inserted into long row column of database?