DB2 Universal claims to support JDBC 2.0, But I can only get JDBC 1.0 functionality. What can I do?
920Does the database server have to be running Java or have Java support in order for my remote JDBC client app to access the database?
911How do I retrieve a whole row of data at once, instead of calling an individual ResultSet.getXXX method for each column?
1018
Explain what should be done when a SQL exception is raised?
Why did my jdbc code throw a rollback sqlexception?
How can I instantiate and load a new CachedRowSet object from a non-JDBC source?
Why are we using blob datatypes in jdbc?
What is in terms of jdbc a datasource?
How does jdbc driver work?
What is JDBC ResultSet?
Why do we need jdbc api?
Which database is used for java?
How to connect multiple database in jdbc?
Explain how to make updates to the updatable resultsets.
Give a way to check that all result sets have bin accessed and update counts are generated by execute method.
Explain the role of driver in jdbc.
explain about special characters?
How can we move the cursor in a scrollable result set?