Answer Posted / devarathnam c,kotagudibanda(po
Hi...
JDBC: It is developed in pure java language.But ODBC
develop in C/C++ language using pointers,it is a microsoft
product.
Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
There is a method getColumnCount in the JDBC API. Is there a similar method to find the number of rows in a result set?
Why is jdbc used?
Explain the steps in writing a java program using jdbc?
Expalin the method of calling a stored procedure from jdbc.
Can I enable requests to a jdbc connection pool for a database connection to wait until a connection is available?
What should be done for auto generating primary key id in a table ?
What does the jdbc resultsetmetadata interface?
What are the packages are used in jdbc?
How can you retrieve data from the resultset using jdbc?
How do java applications access the database using jdbc?
How do I set properties for a JDBC driver and where are the properties stored?
How do I find ojdbc jar version?
How can you load the drivers?
What are the components of jdbc?
Define preparedstatement.