Skip to Content.
Sympa Menu

freetds - Re: getCatalogs() and getTables()

freetds AT lists.ibiblio.org

Subject: FreeTDS Development Group

List archive

Chronological Thread  
  • From: Stefan Bodewig <bodewig AT bost.de>
  • To: <freetds AT franklin.oit.unc.edu>
  • Subject: Re: getCatalogs() and getTables()
  • Date: 17 Jul 2000 10:39:16 +0200


>>>>> "CS" == Craig Spannring <Craig.Spannring AT aedinc.net> writes:

CS> It should be working now. The code is checked into the CVS
CS> repository and should make it into the jar snapshot in a few
CS> hours when the cron job gets around to creating it.

Great news - thanks Craig!

One thing - that should probably be added to the README - if you want
to use the SQL Server 7 support, you need to append ;tds=7.0 to your
JDBC URL, i.e.

jdbc:freetds:sqlserver://servername/database;tds=7.0

instead of

jdbc:freetds:sqlserver://servername/database

which will still work - of course - but neither support Unicode
character types nor CHAR/BINARY columns with more than 255 bytes
length.

Stefan




Archive powered by MHonArc 2.6.24.

Top of Page