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 |
Which package contains jdbc api?
Discuss the procedure of retrieving warnings?
What is meant by a ResultSet?
How do I find ojdbc jar version?
After creating conntinpool in weblogic how to write the code in programe where i can use that pool object in the programe connecting to the database and how to debug programe withou eclipse
can we define indexes on a foreign key? Explain pros and cons?
What is difference between statement and preparedstatement in jdbc?
What does setautocommit do?
What is in term of jdbc a datasource?
How do I write Greek ( or other non-ASCII/8859-1 ) characters to a database?
Is possible to open a connection to a database with exclusive mode with JDBC?
What are the steps required to execute a query in jdbc?