Skip to Content.
Sympa Menu

freetds - Re: TDS 7.0 and queries over 512 bytes

freetds AT lists.ibiblio.org

Subject: FreeTDS Development Group

List archive

Chronological Thread  
  • From: Roger Burton West <roger AT firedrake.org>
  • To: TDS Development Group <freetds AT franklin.oit.unc.edu>
  • Subject: Re: TDS 7.0 and queries over 512 bytes
  • Date: Thu, 12 Oct 2000 16:46:04 +0100


On or about Thu, Oct 12, 2000 at 11:10:55AM -0400, Brandon M. Reynolds typed:
>Yes, I'm using MS SQL Server 7.0. What do you mean by BUFSIZE=2048?
>Is this a command a I give to SQL Server?

No, somewhere at the top of tds.h insert the line:

#define BUFSIZ 2048

then recompile freetds from scratch (make clean; make; make install).

This is something of a brute force solution, but it worked for me.

Roger




Archive powered by MHonArc 2.6.24.

Top of Page