Skip to Content.
Sympa Menu

freetds - Re: JDBC driver - getTables

freetds AT lists.ibiblio.org

Subject: FreeTDS Development Group

List archive

Chronological Thread  
  • From: "Susan J. Barretta" <barretta AT itmedicine.net>
  • To: freetds AT franklin.oit.unc.edu
  • Subject: Re: JDBC driver - getTables
  • Date: Mon, 22 Oct 2001 16:51:07 -0400


I have had a major problem with getColumns() - which I think is called
by getTables(). I had to hack an significant workaround in
DatabaseMetaData.java to get it to work, but I'm not happy with it.

Anyway, it's a line like this in the code which somehow goes off into
la la land in freetds.

ResultSet tableRS=dbmd.getTables(catalog, "%", "%", UserTables);

UserTables is a String array with a single value "TABLE", and catalog
is set correctly.



  • JDBC driver - getTables, Mitchell J. Friedman, 10/17/2001
    • <Possible follow-up(s)>
    • Re: JDBC driver - getTables, Susan J. Barretta, 10/22/2001

Archive powered by MHonArc 2.6.24.

Top of Page