Answer Posted / 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 |
Post New Answer View All Answers
Which type of driver provides jdbc access via one or more odbc drivers?
In which ways is driver class is registered with drive manager?
What should be done for auto generating primary key id in a table ?
How we can you use preparedstatement.
What are the conditions applies to varchar variable, when using in procedures?
What is the most common example type 1 driver?
How to insert and delete a row programmatically? (new feature in JDBC 2.0)
Does jdbc require oracle client?
What is jdbc odbc in java?
How to update a resultset programmatically?
How do I retrieve a whole row of data at once, instead of calling an individual ResultSet.getXXX method for each column?
Define preparedstatement.
What does it mean to "materialize" data?
How to insert an image or raw data into database?
State the different connection methods used for creating different types of sql.