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 driver should I use for scalable Oracle JDBC applications?
Prepared statements are faster. Why?
What is the difference between ojdbc6 and ojdbc7?
What are the sailent features of JDBC 2.0?
Describe the steps needed to execute a sql query using jdbc.
What is url in jdbc connection?
What is type 4 jdbc driver?
What packages are used by jdbc?
Why is jdbc used?
Give an example for getXXX method?
What are the advantages of using preparedstatement in java?
Is it possible to connect to multiple databases simultaneously?