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

What is odbc and jdbc?

0 Answers  


How to insert and delete a row programmatically? (new feature in JDBC 2.0)

0 Answers  


What are the packages are used in jdbc?

0 Answers  


Differentiate between type_scroll_insensitive and type_scroll_sensitive.

0 Answers  


RowSetInternal caller and returns void. What can I do in the readData method?

0 Answers  






Explain the locking system in jdbc?

0 Answers  


How do I find ojdbc jar version?

0 Answers  


Explain the process of creating tables using NetBeans IDE?

0 Answers  


How do I connect to jdbc?

0 Answers  


What is odbc and jdbc in dbms?

0 Answers  


How can we move the cursor in a scrollable result set?

0 Answers  


Can I use JDBC to execute non-standard features that my DBMS provides?

0 Answers  


Categories