What is sqlwarning and discuss the procedure of retrieving warnings?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More JDBC Interview Questions

Is jdbc a web technology?

0 Answers  


What is @entity in java?

0 Answers  


What is jdbc odbc driver?

0 Answers  


What is xe in oracle jdbc url?

0 Answers  


Is possible to open a connection to a database with exclusive mode with JDBC?

0 Answers  


Statement, PrepareStatement and Callable all these are interfaces. Thought it is a interface how come we are creating objects and calling methods("preparestatement()") in it. In which class this method is defined. Please let me know. Thanks in advance. example: PreparedStatement pre = con.prepareStatement( "UPDATE COFFEES SET SALES = ? WHERE COF_NAME LIKE ?");

2 Answers  


How do I set properties for a JDBC driver and where are the properties stored?

0 Answers  


What is JDBC Connection isolation levels?

0 Answers  


If I use the JDBC API, do I have to use ODBC underneath?

0 Answers  


What does setautocommit do?

0 Answers  


What is jdbc architecture in java?

0 Answers  


What is odbc jdbc?

0 Answers  


Categories