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
Which package is used for jdbc application?
Can we return resultset in java?
What is thin driver in jdbc?
How does a file store compare with a jdbc store?
What are different types of ResultSet?
What is the purpose of jdbc?
I have the choice of manipulating database data using a byte[] or a java.sql.blob. Which has best performance?
What is jdbc and odbc?
Where is mysql jdbc driver located?
What is xe in oracle jdbc url?
What does jdbc stand for?
How to set the attribute concurrency in resultset?
How do I stop nullpointerexception?
Is jdbc connection secure?
What are the benefits of PreparedStatement over Statement?