Explain the sequence of steps to connect to the database?
Answer Posted / devarathnam c,kotagudibanda(po
Hi... These are the steps to connecting to the database
1: Loading the drivers
2:Get the connection
3:Create the statement
4:Execute the query
5:Process the resultset
6:Close the connection
| Is This Answer Correct ? | 18 Yes | 0 No |
Post New Answer View All Answers
Why is jdbc used?
What is use of connection pooling?
What is the difference between setmaxrows(int) and setfetchsize(int)?
What is 2 phase commit?
Why are we using blob datatypes in jdbc?
How many jdbc driver types are there?
Explain about the drive manager class working?
What are the main components of JDBC ?
What are the different types of interfaces in the api component?
Once I have the Java 2 SDK, Standard Edition, from Sun, what else do I need to connect to a database?
Where can I find ojdbc14 jar file?
Why can't Tomcat find my Oracle JDBC drivers in classes111.zip?
What is jdbc connection interface?
What are the differences between stored procedure and functions?
How to achieve JDBC Connection Pooling using JDBC DataSource and JNDI in Apache Tomcat Server?