>Thanks but I'm not going to buy a book for this one problem.

Signature
Roedy Green Canadian Mind Products
The Java Glossary
http://mindprod.com
On Sep 21, 9:43 am, Roedy Green <see_webs...@mindprod.com.invalid>
wrote:
> >Thanks but I'm not going to buy a book for this one problem.
>
[quoted text clipped - 3 lines]
> Roedy Green Canadian Mind Products
> The Java Glossaryhttp://mindprod.com
Well it's not the SQL part I'm having problems with... it's how to do
it in Java using JDBC that's the problem. Is there an example on that
website that does just that?
Corona4456 - 21 Sep 2007 19:12 GMT
> On Sep 21, 9:43 am, Roedy Green <see_webs...@mindprod.com.invalid>
> wrote:
[quoted text clipped - 10 lines]
> it in Java using JDBC that's the problem. Is there an example on that
> website that does just that?
Nevermind... I missed it in the API for java.sql.Connection. There's
a function called getTables()... D'uh! heh...
Corona4456 - 21 Sep 2007 19:16 GMT
> On Sep 21, 9:43 am, Roedy Green <see_webs...@mindprod.com.invalid>
> wrote:
[quoted text clipped - 10 lines]
> it in Java using JDBC that's the problem. Is there an example on that
> website that does just that?
Err... correction it's not Connection... the connection can return a
DatabaseMetaData object which contains that function... bleh...