How the information about db(database) can be retrieved?
Answer Posted / sushant deepak
sp_helpdb databasename
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
What is ojdbc14 jar?
What is a java driver?
How do java applications access the database using jdbc?
How MS-Access DB can be accessed over a network, using JDBC API?
What happens if we don't close the connection in jdbc?
How many jdbc driver types are there?
Where is mysql jdbc driver located?
How to check jdbc driver version in websphere?
Which package contains jdbc api?
Is it possible to connect to multiple databases? Using single statement can we update or extract data from two or three or many databases?
How can I get or redirect the log used by DriverManager and JDBC drivers?
What is the JDBC?
What is jdbc architecture in java?
How does jdbc connect to database?
Prepared statements are faster. Why?