Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


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

is java pure object oriented or not ?

7 Answers  


Why can't I invoke the ResultSet methods afterLast and beforeFirst when the method next works?

0 Answers  


What is jdbc resultsetmetadata interface?

0 Answers  


What is connection commit?

0 Answers  


What are the common tasks of JDBC?

0 Answers  


What are the sailent features of JDBC 2.0?

7 Answers  


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

0 Answers  


How to move the cursor in scrollable resultset ?

0 Answers  


How do I check in my code whether a maximum limit of database connections have been reached?

0 Answers  


Why do we need jdbc?

0 Answers  


Hi my doubt is that preparedStatement is a interface means which has no implemenation.plz go thru the code below String sql = "SELECT * FROM movies WHERE year_made = ?"; prest = con.prepareStatement(sql); prest.setInt(1,2002); ResultSet rs1 = prest.executeQuery(); Now setInt and executeQuery how it works since it is interface it does not have implementation how it works, how executeQuery returns result from database as executequery method has no implementation even in Statement interface.

4 Answers   Cybermate, Hexaware,


How do I load a database driver with JDBC 4.0 / Java 6?

0 Answers  


Categories