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 |
How can you sort dates?
Can we use the one instance of Statment to execute more than one query ?
What are dml and ddl?
how you will execute the many tables data
What does Class.forName return?
Is jdbc database independent?
How do I write Greek ( or other non-ASCII/8859-1 ) characters to a database?
What does jdbc stand for?
How do I connect to jdbc?
How can you load the drivers in jdbc?
How many types of JDBC drivers are there and what are they?
What are the classes and methods used for sending sql statements to database?