How the information about db(database) can be retrieved?
Answer Posted / indrani
using databasemetadata,we can get the data related to
database
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Is it possible to connect to multiple databases? Using single statement can we update or extract data from two or three or many databases?
Which type of driver is unique in jdbc?
What does the connection object represents?
Can we have foreign key reference to a non primary key column ?
What is dburl?
What does executeupdate return in java?
What are the steps to connect to a database in java?
Why do we need a jdbcrowset like wrapper around resultset?
What are the methods which can verify the cursor particular position?
How will you perform truncation using JDBC?
Define preparedstatement.
Why did my jdbc code throw a rollback sqlexception?
DB2 Universal claims to support JDBC 2.0, But I can only get JDBC 1.0 functionality. What can I do?
What is jsp and jdbc?
How do I find whether a parameter exists in the request object?