Fw: How can i get all table's name from JDBC driver?

2001-07-26 Thread João Folha
  - Original Message - From: João Folha To: [EMAIL PROTECTED] Sent: Tuesday, July 24, 2001 3:48 AM Subject: How can i get all table's name from JDBC driver? Hi there,   I need to get all table's name from JDBC driver and all column's name from any table.  

Re: How can i get all table's name from JDBC driver?

2001-07-26 Thread Mattias Jiderhamn
> I need to get all table's name from JDBC driver and all column's name from any table.   > Can you help me? First of all, this is not at all a JSP question, but rather a JDBC question, http://archives.java.sun.com/jdbc-interest.html How you get the table names is DBMS specific (at least as far

Re: How can i get all table's name from JDBC driver?

2001-07-26 Thread BENARD Christophe, DDE 34/SG
TABLE_NAME, COLUMN_NAME; HTH. Bye. Chris -Message d'origine- De: João Folha [mailto:[EMAIL PROTECTED]] Date: vendredi 27 juillet 2001 04:26 À: [EMAIL PROTECTED] Objet: Fw: How can i get all table's name from JDBC driver? - Original Message - From: João <mailto:[EMAI

Re: Fw: How can i get all table's name from JDBC driver?

2001-07-26 Thread Atilio Ranzuglia
PROTECTED] > <mailto:[EMAIL PROTECTED]> > Sent: Tuesday, July 24, 2001 3:48 AM > Subject: How can i get all table's name from JDBC > driver? > > Hi there, > > I need to get all table's name from JDBC driver and > all column's name > from any table