What is the benefit of having jdbcrowset implementation?
No Answer is Posted For this Question
Be the First to Post Answer
What is db client?
Is odbc an api?
What is jdbc? Describe the steps needed to execute a sql query using jdbc.
Explain different types of locks in jdbc?
How do we load the drivers?
what is the meaning of following code snippets Class c=class.forName(driverClassName); Driver d=(driver)c.newInstance();
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
Explain Basic Steps in Writing a Java Program Using Jdbc?
Where can I find ojdbc14 jar file?
How can I use the JDBC API to access a desktop database like Microsoft Access over the network?
What is the use of setFetchSize() and setMaxRows() methods in Statement?
What is the meaning of “dirty read” in the database?