How a driver can be loaded?
Answer / 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 |
What are the differences between setmaxrows(int) and setfetchsize(int)?
what are the types of result sets in JDBC 3.0 ?
Describe how the jdbc application works.
Why can't Tomcat find my Oracle JDBC drivers in classes111.zip?
What does jdbc stand for?
What does the jdbc driver interface do?
What is jdbc and odbc in java?
What is @entity in java?
Why do I get UnsatisfiedLinkError when I try to use my JDBC driver?
What happens if we don't close the connection in jdbc?
How can you load the drivers in jdbc?
What are the sailent features of JDBC 2.0?