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 jdbc servlet?
What are common JDBC Exceptions?
Which is best database for java?
Why hibernate is better than jdbc?
How to achieve JDBC Connection Pooling using JDBC DataSource and JNDI in Apache Tomcat Server?
How can I use the JDBC API to access a desktop database like Microsoft Access over the network?
Does the JDBC-ODBC Bridge work with Microsoft J++?
What are the common JDBC problems that you got and how do you solved them?
How can we retrieve the file in the oracle database?
How the JDBC application works?
How do I receive a ResultSet from a stored procedure?
Which package is used for jdbc application?
Explain about multiple implementations and drive manager?
Prepared statements are faster. Why?
What is resultsetmetadata?