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

Once I have the Java 2 SDK, Standard Edition, from Sun, what else do I need to connect to a database?

0 Answers  


What is JDBC Connection? Explain steps to get Database connection in a simple java program.

0 Answers  


Why do I get UnsatisfiedLinkError when I try to use my JDBC driver?

0 Answers  


How can you sort dates?

1 Answers  


The new features of the JDBC 2.0 API, will be supported for JDBC-ODBC Bridge?

0 Answers  






If you are truncated using JDBC, how can you that how much data is truncated?

0 Answers  


how can connection with oracle10g with java

3 Answers   IonIdea,


How do I start debugging problems related to the JDBC API?

0 Answers  


What is jdbc servlet?

0 Answers  


What is jdbc architecture?

0 Answers  


How to find the column count in resultset?

1 Answers   Wipro,


What are the main components of JDBC ?

0 Answers  


Categories