how can we get the metaData (columnNames) from a table which
has no Records..
Answers were Sorted based on User's Feedback
Answer / sreenivas
Hi,
You can use DatabasrMetaData class to get the databse
information like... schenmaname, tables, columnnames,
etc....
DatabaseMetaData metaData = new DBConnection().getMetaData
();
| Is This Answer Correct ? | 2 Yes | 1 No |
What is resultset?
When do we get java.sql.SQLException: No suitable driver found?
What type of drivers have you used?
Explain the locking system in jdbc & its types?
What are types of jdbc drivers?
What is the latest version of JDBC? What new features are added?
What is jdbc oracle thin?
What is jdbc driver for sql server?
What is jdbc and explain jdbc architecture?
Different statements in JDBC?
How can we store the file in the oracle database?
What is 2-tier and 3-tier architecture?