If I use the JDBC API, do I have to use ODBC underneath?
No Answer is Posted For this Question
Be the First to Post Answer
What is the JDBC syntax for using a literal or variable in a standard Statement?
What is the use of statement in jdbc?
How to check null value in JDBC?
How a database driver can be loaded with jdbc 4.0 / java 6?
Which interface handles transaction management in jdbc?
How do you insert images into database using jdbc?
How many isolation levels are supported in JDBC and what are they?
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
What class.forname does, while loading the drivers?
Which constraint cannot be specified as an explicit constraint and should be specified with the column only ?
How can we retrieve data from the resultset?
Can we return resultset in java?