What is jdbc thin client?
No Answer is Posted For this Question
Be the First to Post Answer
What is the benefit of having jdbcrowset implementation? Why do we need a jdbcrowset like wrapper around resultset?
What happens if we don't close the connection in jdbc?
What is DML?
what is the best way, in terms of performance, to do multiple insert/update statements, a PreparedStatement or Batch Updates?
What is metadata in programming?
How to store images in database?
Explain creation of statement object with connection method create method with help of an example.
What are types of jdbc drivers?
What is jdbc connection interface?
What are four types of JDBC driver?
Where can I find info, frameworks and example source for writing a JDBC driver?
Describe the steps needed to execute a sql query using jdbc.