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 database deadlock ? How can we avoid them?
How to check jdbc connection in linux?
How do I find whether a parameter exists in the request object?
What is the fastest type of JDBC driver?
What does executeupdate return in java?
What is use of connection pooling?
How to find number of records in result set?
What is CLOB and BLOB datatypes in JDBC?
Where can I find info, frameworks and example source for writing a JDBC driver?
Give me some example for getting connection from connection pooling in JBoss Server. Is Connection Pool default in Server or we have to create it? Who can create Connection Pool in a Team. How it will be accessed by the developer code?
What is odbc and jdbc in dbms?
Which jdbc driver is the fastest driver?