How to get the data from a table into a buffer?

Answers were Sorted based on User's Feedback



How to get the data from a table into a buffer?..

Answer / shera ahmad khan

By using cursors

Is This Answer Correct ?    0 Yes 0 No

How to get the data from a table into a buffer?..

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

Post New Answer

More JDBC Interview Questions

Which package contains jdbc api?

0 Answers  


Discuss the procedure of retrieving warnings?

0 Answers  


What is meant by a ResultSet?

3 Answers  


How do I find ojdbc jar version?

0 Answers  


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

2 Answers   Wipro,


can we define indexes on a foreign key? Explain pros and cons?

1 Answers  


What is difference between statement and preparedstatement in jdbc?

0 Answers  


What does setautocommit do?

0 Answers  


What is in term of jdbc a datasource?

0 Answers  


How do I write Greek ( or other non-ASCII/8859-1 ) characters to a database?

0 Answers  


Is possible to open a connection to a database with exclusive mode with JDBC?

0 Answers  


What are the steps required to execute a query in jdbc?

0 Answers  


Categories