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 |
Explain jdbc savepoint?
Explain about Join?
how can we connect to db without using getConnection() method
What is connection pooling and why it is used?
Difference between servlet and applet method?
Why are we using blob datatypes in jdbc?
What are JDBC Best Practices?
What causes no suitable driver error?
How do I insert an image file (or other raw data) into a database?
What is resultsetmetadata?
Is uri the same as url?
How to get the data from a table into a buffer?