How to get a whole row of data at once?
Answers were Sorted based on User's Feedback
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 |
What is in term of jdbc a datasource?
Explain the various types of locking system in jdbc?
Why resultset is used in java?
What is Type-4 Driver and when this driver is used?
How can we retrieve data from the resultset?
How do I connect to jdbc?
How can I write to the log used by DriverManager and JDBC drivers?
Give an example of code used for setting up connection with a driver.
How to check jdbc driver version in websphere?
What is the major difference between java.util.date and java.sql.date data type?
What is the meaning of batch updates?
What is the difference between triggers and procedures?