Is odbc an api?
No Answer is Posted For this Question
Be the First to Post Answer
What is resultset?
What are the differences between statement and preparedstatement interface?
What is the latest version of JDBC? What new features are added?
What is the role of jdbc drivermanager class?
What do you mean by odbc?
How can we retrieve the file in the oracle database?
What are JDBC statements?
How can I get or redirect the log used by DriverManager and JDBC drivers?
If you are given a choice to implement the code to either insert a record or update if already exist, which approach will you follow ?
Which database is used for java?
What is the purpose of the jdbc resultset interface?
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