How to handle when the database crashes while reading the
data from the database?
Answers were Sorted based on User's Feedback
Answer / deepti agrawal
We write the JDBC code in the try & catch block. So if the
database crashes it will return some kind of exception
which can be handled through the code.
| Is This Answer Correct ? | 11 Yes | 0 No |
Is jdbc an api?
How many categories of jdbc drivers are there?
Does multiple concurrent open statements per connection are supported by the JDBC-ODBC Bridge?
What is the query used to display all tables names in SQL Server (Query analyzer)?
Why we use while rs next ())?
What are the methods which can verify the cursor particular position?
Can I set up a connection pool with multiple user IDs? The single ID we are forced to use causes problems when debugging the DBMS.
What is odbc and jdbc in dbms?
What is Type-1 Driver and when this driver is used?
Explain the difference between rowset vs. Resultset in jdbc?
how can we get the metaData (columnNames) from a table which has no Records..
Write an sql to find all records having all numeric characters in a field ?