How to retrieve warnings in jdbc?
Answer / Mayank Gupta
To retrieve warnings in JDBC, you can use the getWarnings() method of Java.sql.Connection or Java.sql.Statement objects. This method returns a java.sql.SQLWarning object containing any warning messages generated during the execution of SQL statements.
| Is This Answer Correct ? | 0 Yes | 0 No |
After creating conntinpool in weblogic how to write the code in programe where i can use that pool object in the programe connecting to the database and how to debug programe withou eclipse
Why do I have to reaccess the database for Array, Blob, and Clob data?
What are the common tasks of JDBC?
What is isolation level? How to set it?
How the JDBC application works?
How does jdbc work?
How to use JDBC to connect Microsoft Access?
How do you create Connection?
What is difference between java.util.Date and java.sql.Date?
What type of drivers are used for web application?
State the three different ways in which you can create a table?
How to move the cursor in scrollable resultset ?