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 |
Write an sql to find all records having all numeric characters in a field ?
How many types of jdbc drivers are available?
What are the different types of interfaces in the api component?
What are the benefits of PreparedStatement over Statement?
Discuss the significances of jdbc.
What is createstatement method in java?
What are drivers available?
What is the different between ResultSet and RowSet?
What does Class.forName return?
Describe the steps needed to execute a sql query using jdbc.
What is odbc and jdbc drivers?
How can you know about drivers and database information ?