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
How can we store the file in the oracle database?
How many ways can you update a result set?
Which is better jpa or jdbc?
Is jdbc database independent?
Why hibernate is better than jdbc?
Explain about multiple implementations and drive manager?
Is jdbc object oriented?
What are the common JDBC problems that you got and how do you solved them?
How do I stop nullpointerexception?
What do you mean by odbc?
What is a statement?
Is possible to open a connection to a database with exclusive mode with JDBC?
What does the jdbc databasemetadata interface?
What is the use of setFetchSize() and setMaxRows() methods in Statement?
What is ojvm used for?