What is sqlwarning and discuss the procedure of retrieving warnings?
No Answer is Posted For this Question
Be the First to Post Answer
Is jdbc an api?
What is connection pooling? What Method and class used for Connection pooling in Java?
which scenarios we go for jdbc,and which scenario we go for connection polling and wat r advantages and disadvantages using connection pooling.
What is JDBC ResultSet?
What do you mean by two phase commits?
Hi friends, In JDBC 4 drivers are there among this which driver is best and why it is best.Which driver is most commonly used in web applications.
What do you understand by jdbc datasource?
Which interface handles transaction management in jdbc?
What are the new features available in jdbc 4.0?
What is “dirty read” in JDBC? Which isolation level prevents dirty read?
What's the benefit for specifying constraints like not null, primary key explicitly instead of specifying it against the column ?
While in CallableStatament using in the oracle my procedure is return no.of columns so in java how can i retrivbe the data and i wnat to view all data which is reetrive from my procedure