Answer Posted / suresh kumar
to create connection first we have to load the driver using
class.forName(drivername)
then register the driver using DriverManager.getConnection()
afterwards you can create Statement object and u can
execute the qurey
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
Does jdbc use ssl?
How can you create jdbc statements?
What are database warnings in jdbc and how can we handle database warnings in jdbc?
Is jdbc a middleware?
How many ways that we can view a result set?
What is jdbc and odbc in java?
What is meant by connection string?
Can we return resultset in java?
Explain the JDBC Architecture?
Explain the two tier and three tier architecture of jdbc.
Explain Basic Steps in Writing a Java Program Using Jdbc?
Is jdbc a framework?
Is java a database?
How can we execute stored procedures using callablestatement?
What is jdbc and odbc?