How warnings are retrieved in JDBC?

Answer Posted / kalyan

while using jdbc, warnings can occur at any time
while getting connection
while creating statement
while getting resultset, at each , we can get using
getWarnings() method.

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Discuss the significances of jdbc.

678


What are dml and ddl?

709


What is db client?

694


What are the standard isolation levels defined by JDBC?

727


What are the different types of resultset?

707


Is jdbc connection secure?

664


What are the advantages of using preparedstatement in java?

732


What do you mean by odbc?

757


What is metadata in java programming?

649


How can I manage special characters when I execute an insert query?

702


What is preparedstatement in jdbc?

685


What does the jdbc connection interface?

705


What packages are used by jdbc?

680


What are the considerations for deciding on transaction boundaries?

735


what is the meaning of following code snippets Class c=class.forName(driverClassName); Driver d=(driver)c.newInstance();

4656