aspose file tools
The moose likes JDBC and the fly likes how to access names of different databases Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Databases » JDBC
Reply Bookmark "how to access names of different databases" Watch "how to access names of different databases" New topic
Author

how to access names of different databases

amit daundkar
Ranch Hand

Joined: Jan 24, 2009
Posts: 47
hi all,
i use MySQL database. suppose i have created multiple databases with create database command.
i can access name s of the tables in a particular database. but i want to access the names of different databases that i have created.
i dont understand how to do that.

please guide.
thank you.
Ulf Dittmer
Marshal

Joined: Mar 22, 2005
Posts: 35247
    
    7
That's what the DatabaseMetaData class is there for. You can obtain an instance of it through Connection.getMetaData(). The getCatalogs and getSchemas methods will provide you with lots of information.


Android appsImageJ pluginsJava web charts
 
I agree. Here's the link: http://aspose.com/file-tools
 
subject: how to access names of different databases
 
Similar Threads
MS Access 97 / 2000
Database Synchronization
EJB-RDB mapping switch in WSAD
how to accessing remote multiple databases
adb