How many types of JDBC drivers are there and what are they?
Post New Answer View All Answers
When do we get java.sql.SQLException: No suitable driver found?
Is jdbc a protocol?
What is the difference between setmaxrows(int) and setfetchsize(int)?
What is the limitation of PreparedStatement and how to overcome it?
What is the use of callablestatement? Name the method, which is used to prepare a callablestatement.
How can you make a connection?
Why isn't the java.sql.DriverManager class being found?
What is jdbc oracle thin?
How do I insert an image file (or other raw data) into a database?
How do I connect to jdbc?
What is the difference between jdbc and odbc?
Which database is used with java?
code to insert values/rows into oracle database from a java swing textfield when a button is pressed(using preparedstatements)
How to know howmuch data is truncated?
How to set the attribute concurrency in resultset?