File APIs for Java Developers
Manipulate DOC, XLS, PPT, PDF and many others from your application.
http://aspose.com/file-tools
The moose likes JDBC and the fly likes retrieve table name 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 "retrieve table name" Watch "retrieve table name" New topic
Author

retrieve table name

mkabdul kadermk
Greenhorn

Joined: Jun 04, 2010
Posts: 10


how can i retrive all table names in mysql database
Christophe Verré
Sheriff

Joined: Nov 24, 2005
Posts: 14672
    
  11

Use the INFORMATION_SCHEMA TABLES.


[My Blog]
All roads lead to JavaRanch
Lalit Mehra
Ranch Hand

Joined: Jun 08, 2010
Posts: 369

select * from tab


use this ... this might help


http://plainoldjavaobject.blogspot.in
Jan Cumps
Bartender

Joined: Dec 20, 2006
Posts: 2343

Please do check your private messages. There is a message for you regarding an administrative matter.

You have several posts open on this topic. Let's keep the discussion in this one.


OCUP UML fundamental
ITIL foundation
 
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: retrieve table name
 
Similar Threads
Clean database
what is K&B book-SCJP exam
WA #1.....word association
How to insert form-data(.jsp) into MySql through Servlets
How to pass Arraylist values from an actionClass to a JSP page