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 does setautocommit do?
What happens if connection is not closed in jdbc?
Is JDBC a language or Application?
What is jdbc explain?
How do I load a database driver with JDBC 4.0 / Java 6?
How can I use the JDBC API to access a desktop database like Microsoft Access over the network?
How to move the cursor in scrollable resultset ?
Difference between Dirty, commited ,phantom,repeatable reads?
Does the database server have to be running Java or have Java support in order for my remote JDBC client app to access the database?
Write a program JDBCcode forfetching student database with SQL.
Hi to all.. well i want to make a standalone application which can use the concept of connection pooling, constraint is that i have not to use any application server like weblogic etc. Please help me out. Thaks in advance.
What are the measures to connect to the db using jdbc?