Explain about the drive manager class working?
No Answer is Posted For this Question
Be the First to Post Answer
What is the use of statement in jdbc?
How many categories of jdbc drivers are there?
What are the differences between setmaxrows(int) and setfetchsize(int)?
How can I connect mysql or oracle with java?
Diff. types of triggers..
Is there another way of dealing with the result set that could execute faster?
How do I insert/update records with some of the columns having NULL value?
What are the considerations for deciding on transaction boundaries?
What is JDBC Transaction Management and why do we need it?
What are types of jdbc drivers?
what does batchUpdate does?
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