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 |
How many categories of jdbc drivers are there?
What is database deadlock ? How can we avoid them?
What is jsp and jdbc?
How can you use preparedstatement in jdbc?
What is meant by connection string?
How to set NULL values in JDBC PreparedStatement?
What is JDBC Transaction Management and why do we need it?
Name the types of jdbc drivers.
Why jdbc is used in java?
How to check null value in JDBC?
Name different methods for getting streams.
What is difference between jdbc and odbc?