What is jdbc? Describe the steps needed to execute a sql query using jdbc.
No Answer is Posted For this Question
Be the First to Post Answer
What does jdbc do?
Give an example for execution of sql statement.
What do you mean by batch processing in jdbc?
How many types of resultset are there in jdbc?
What are different types of JDBC Drivers?
How a driver can be loaded?
How can I instantiate and load a new CachedRowSet object from a non-JDBC source?
What is jdbc and why is it required?
What is the difference between execute, executeQuery, executeUpdate?
What is the significance of DataBaseMetaData.tableIndexStatistics? How to obtain and use it?
What is jdbc oracle thin?
I have the choice of manipulating database data using a byte[] or a java.sql.blob. Which has best performance?