How to get the data from a table into a buffer?
Answers were Sorted based on User's Feedback
Answer / vicky
By using the views you can get the data in buffer.like in
JDBC we hava ResultSet interface to store data temporary
and permanent to database as well.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is odbc and jdbc drivers?
What are the different types of statements?
How many jdbc driver types are there?
What are the standard isolation levels defined by JDBC?
Once I have the Java 2 SDK, Standard Edition, from Sun, what else do I need to connect to a database?
What is JDBC PreparedStatement?
What is the jdbc rowset?
What is the use of JDBC DriverManager class?
What are different types of ResultSet?
I have written a program to connect to database using odbc.Can this Application run on any Platform????
What is a PreparedStatement?
Does the JDBC-ODBC Bridge support multiple concurrent open statements per connection?