How to get a whole row of data at once?

Answers were Sorted based on User's Feedback



How to get a whole row of data at once?..

Answer / karthik

By using RESULTSET we can get it..but only single column and single row ..by using next() method we can specify how many rows are available in database..only..

Is This Answer Correct ?    1 Yes 0 No

How to get a whole row of data at once?..

Answer / kalyan

at present we dont have any methods for retrieving whole
row at a time in jdbc

Is This Answer Correct ?    1 Yes 1 No

Post New Answer

More JDBC Interview Questions

How to use JDBC to connect Microsoft Access?

0 Answers  


What is batch processing and how to perform batch processing in jdbc?

0 Answers  


How we say that PreparedStatment is Precompiled? where it will be compiled?

4 Answers   Logica CMG,


What is an outer join?

3 Answers   Infogain,


What is the difference between executing, executequery, executeupdate in jdbc?

0 Answers  






What are the different types of interfaces in the api component?

0 Answers  


i am user who logined the application..after that another valid user will also logind..so that is it neccessary to create jdbc connection for each and every user...plz explain it with proper answer...plz help me

5 Answers   IBM,


Where is ojdbc14 jar located?

0 Answers  


What is a jdbctemplate?

0 Answers  


What is isolation level? How to set it?

0 Answers   FGG,


What is namedparameterjdbctemplate?

0 Answers  


Explain the role of driver in jdbc.

0 Answers  


Categories