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 many ways can you update a result set?
What do you mean by batch processing in jdbc?
What is difference between java.util.Date and java.sql.Date?
How to check null value in JDBC?
What is jdbc driver for sql server?
Is jdbc an api?
What is ojdbc14 jar?
signature of init method?
What is jdbc odbc bridge?
What are the new features available in jdbc 4.0?
Why jdbc is used in java?
What is the difference between Union, Unionall ?