This week's book giveaway is in the Agile and other Processes forum.
We're giving away four copies of The Mikado Method and have Ola Ellnestam and Daniel Brolund on-line!
See this thread for details.
The moose likes JDBC and the fly likes How to detect the database is NULL or not 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 detect the database is NULL or not" Watch "How to detect the database is NULL or not" New topic
Author

How to detect the database is NULL or not

Anonymous
Ranch Hand

Joined: Nov 22, 2008
Posts: 18944
I want to use jdbc to check a database is NULL or not in my program. If it is not NULL, I want to check what tables(all tables) exist in this database and print them out. I don't know how to use sql to get them. Any body can teach me? Thanks!
Anonymous
Ranch Hand

Joined: Nov 22, 2008
Posts: 18944
hi
which database u r using. if u r using oracle then may be i can help u. u can contact me at
naima_muzamal@netsolpk.com
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: How to detect the database is NULL or not
 
Similar Threads
Geting tables names from data base file
Getting started in LDAP
How to store Database tables in Cache
MySQL and foreign languages
Java Program to Convert Oracle database to a single SQL file.