Skip to Content.
Sympa Menu

freetds - RE: Increasing the buffer size so I can do a large INSE RT

freetds AT lists.ibiblio.org

Subject: FreeTDS Development Group

List archive

Chronological Thread  
  • From: Chris Given <term AT rmci.net>
  • To: 'TDS Development Group' <freetds AT franklin.oit.unc.edu>
  • Subject: RE: Increasing the buffer size so I can do a large INSE RT
  • Date: Mon, 21 Aug 2000 13:01:32 -0600


Max batch execute size in MS SQL is 640000

-----Original Message-----
From: Gordon Fong [mailto:g.fong AT e-mango.com]
Sent: Sunday, August 20, 2000 7:00 PM
To: TDS Development Group
Subject: [freetds] Increasing the buffer size so I can do a large INSERT


I have a simple INSERT statement that has a variety of variables which
contain at most 500 characters, and this attempts to create a new record in
my MS SQL v7 database. A lot of my requests are failing when I have too
much text. I have tried increasing the field widths or changing their types
without much success.

I checked the archive and saw an issue about setting tds->out_buf size to
something larger than the default 512.

My question is how do I do this in Perl ? Do I set environment variables or
something?

Regards,

Gordon

---
You are currently subscribed to freetds as: term AT rmci.net
To unsubscribe, forward this message to
$subst('Email.Unsub')



  • RE: Increasing the buffer size so I can do a large INSE RT, Chris Given, 08/21/2000

Archive powered by MHonArc 2.6.24.

Top of Page