How many types of JDBC drivers are there and what are they?
Post New Answer View All Answers
What is a merge field?
Can we have foreign key reference to a non primary key column ?
How to retrieve warnings in jdbc?
If you are given a choice to implement the code to either insert a record or update if already exist, which approach will you follow ?
Why do we need a jdbcrowset like wrapper around resultset?
How to set the attribute concurrency in resultset?
code to insert values/rows into oracle database from a java swing textfield when a button is pressed(using preparedstatements)
Differentiate between type_scroll_insensitive and type_scroll_sensitive.
Is uri the same as url?
What are the different types of JDBC drivers?
What is the use of jdbc?
What are the main steps in java to make JDBC connectivity?
What is the use of dialect?
How can you load the drivers?
Jdbc-odbc bridge is multi-threaded or not?