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 does the jdbc databasemetadata interface?
How to know howmuch data is truncated?
Why we use jdbc instead of odbc?
What is jdbc odbc in java?
What are the advantages of collection pools?
What are 4 drivers available in JDBC? At what situation are four of the drivers used?
What are different types of JDBC Drivers?
What causes the "No suitable driver" error?
What is static Synchronized method in JDBC API? Give an example?
3 Answers 3 Edge Solutions, R Systems, Sirvisetti Global Services,
What is “dirty read” in JDBC? Which isolation level prevents dirty read?
What is jdbc odbc bridge in java?
What are the differences between stored procedure and functions?