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 |
Give me some example for getting connection from connection pooling in JBoss Server. Is Connection Pool default in Server or we have to create it? Who can create Connection Pool in a Team. How it will be accessed by the developer code?
How can I determine the isolation levels supported by my DBMS?
What are different types of JDBC Drivers?
Which database is used with java?
How does a file store compare with a jdbc store?
What is the difference between Union, Unionall ?
What are the factors that the jdbc driver performance depends upon?
What are the methods which can verify the cursor particular position?
What does the jdbc resultset interface?
What is the most common example type 1 driver?
What are the steps required to execute a query in jdbc?
please tell me the name and url path for type-4 driver ?