Skip to Content.
Sympa Menu

freetds - Re: Retrieve >255 chars

freetds AT lists.ibiblio.org

Subject: FreeTDS Development Group

List archive

Chronological Thread  
  • From: "Daniel Selin" <dansel-7 AT student.luth.se>
  • To: "TDS Development Group" <freetds AT franklin.oit.unc.edu>
  • Subject: Re: Retrieve >255 chars
  • Date: Wed, 3 Jan 2001 18:41:24 +0100


> If you are using the latest JAR and SQL Server 7, specifying your jdbc
> URL as
>
> jdbc:freetds:sqlserver://myserver/mydb;tds=7.0
>
> should make it work without a CAST. Char columns with more than 255
> chars are new in TDS 7.0 and you have to explicitly enable support
> for it.

Ah, even better, didn't have to change my code now.
Thank you Stefan.

/Daniel





Archive powered by MHonArc 2.6.24.

Top of Page