How can we retrieve data from the resultset?
No Answer is Posted For this Question
Be the First to Post Answer
Different statements in JDBC?
Briefly tell about the jdbc architecture.
What is the benefit of having jdbcrowset implementation?
Why do you use a data source object for a connection?
Which Java and java.sql data types map to my specific database types?
How to use JDBC to connect Microsoft Access?
What is 2 phase commit?
How can you create jdbc statements?
How to find number of records in result set?
What is Type-1 Driver and when this driver is used?
What is the difference between jdbc and odbc?
What is the use of prepared statement?Ans:used to execute pre compiled statement...so the question is when that precompiled statement will be execute or comiple?................