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: TDS Development Group <freetds AT franklin.oit.unc.edu>
  • Subject: Re: 255 char limit in result queries
  • Date: Tue, 14 Nov 2000 09:13:07 -0500 (EST)


16 refers to the size of the text pointer that is stored with the row (the
actual data in a text field is stored on its own page). Anyway, now we
know that it is not being cast as a smaller value (such as char). I have
some ideas on where things may be going wrong...I'll put up a special copy
of freetds tonight with some extra debugging stuff in it that should help
us out.

Brian

On Tue, 14 Nov 2000, Brug, Herco van -Syntegra NL wrote:

> well my access tells me the proj_toel and proj_antwoord fields are or type
> memo and as far as i can figure they're 16 textfields long. point is that
> when i query them i only get the first 255 bytes from them. now 16x255byte
> is about 4KB which may well be the limit of those memofields but i think
> freetds somewhere believes they are indeed textfields and returns only 255
> byte.
> i do think that we're getting closer to the problem
>





Archive powered by MHonArc 2.6.24.

Top of Page