Hi,

On Tue, 24 Jul 2001, Joćo Folha wrote:

> Hi there,
>  
> I need to get all table's name from JDBC driver and all column's name
> from any table.

Connection.getMetaData()

or

if you have an ResultSet:

rs.getMetaData()


Best regards,

Timo

Reply via email to