Why would you use setautocommit(false) in jdbc?
No Answer is Posted For this Question
Be the First to Post Answer
Expalin the method of calling a stored procedure from jdbc.
What are the common jdbc exceptions?
Explain the importance of drivermanager.
Can I enable requests to a jdbc connection pool for a database connection to wait until a connection is available?
What are the utilities of the callablestatement?
Explain the sequence of steps to connect to the database?
How can I instantiate and load a new CachedRowSet object from a non-JDBC source?
how do we get the connection from connection pool
How to connect html page to database using jdbc?
How to move the cursor in scrollable resultset ?
How can I know when I reach the last record in a table, since JDBC doesn't provide an EOF method?
What are database warnings in jdbc and how can we handle database warnings in jdbc?