Skip to Content.
Sympa Menu

freetds - Re: 255 char limit in result queries

freetds AT lists.ibiblio.org

Subject: FreeTDS Development Group

List archive

Chronological Thread  
  • From: "Brian Bruns" <camber AT ais.org>
  • To: freetds AT franklin.oit.unc.edu
  • Subject: Re: 255 char limit in result queries
  • Date: Mon, 30 Oct 2000 12:53:37 -0500


> anybody aware of a problem with freetds that makes results from queries be
> cut off at 255 chars? using odbc connection it returns all pages from the db
> but using freetds as layer it stops at 250 and some chars. is there a patch
> or fix for this problem?
>

I'll assume you are referring to char/varchars types of > 255 in SQL
Server 7.0 being truncated to 255? The usual cause of this is that you're
using TDS 4.2 instead of TDS 7.0. Configure freetds with the
--with-tdsver=7.0 flag to correct.

Brian



  • 255 char limit in result queries, Brug, Herco van -Syntegra NL, 10/30/2000
    • <Possible follow-up(s)>
    • Re: 255 char limit in result queries, Brian Bruns, 10/30/2000

Archive powered by MHonArc 2.6.24.

Top of Page