Answer Posted / samsudeen
the Driver is Loaded using Class.forName
For Ex : I Load the mysql Driver
Class.forName("org.gjt.mm.mysql.Driver");
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
Is odbc an api?
How do I insert an image file (or other raw data) into a database?
What are the different types of statements? How we can you use preparedstatement.
What happens if connection is not closed in jdbc?
How does a file store compare with a jdbc store?
How to set the attribute concurrency in resultset?
What is an escape syntax?
Is jdbc a protocol?
What is jdbc odbc connection?
What is jdbc odbc?
What does the jdbc resultsetmetadata interface?
What is jdbc and odbc in java?
What does the connection object represents?
How many types of statements are there in jdbc?
What is JDBC RowSet? What are different types of RowSet?