Answer Posted / shankar
int columnCnt = java.sql.ResultSetMetaData.getColumnCount();
| Is This Answer Correct ? | 7 Yes | 1 No |
Post New Answer View All Answers
What is resultsetmetadata?
What does the jdbc driver interface do?
What are the factors that the jdbc driver performance depends upon?
What is jdbc type?
What is the use of jdbc?
Describe odbc?
How to insert and delete a row programmatically? (new feature in JDBC 2.0)
How do I insert/update records with some of the columns having NULL value?
How can I get information about foreign keys used in a table?
Is java a database?
Where can I find info, frameworks and example source for writing a JDBC driver?
Which is better odbc or jdbc?
What is jdbc thin client in oracle?
What is jdbc template?
What does executeupdate return in jdbc?