Skip to Content.
Sympa Menu

freetds - Re: 4096 byte limit on IMAGE?

freetds AT lists.ibiblio.org

Subject: FreeTDS Development Group

List archive

Chronological Thread  
  • From: "Rob Lucier" <rlucier AT pacificcolor.com>
  • To: freetds
  • Subject: Re: 4096 byte limit on IMAGE?
  • Date: Thu, 17 Jun 1999 23:32:54


OK, I found out how to fix this, but it seems a little sloppy. Is there a
way to set this value at the initial driver or connection construction?

Workaround:
for each new statement, set the maximum text(also image) size
st.execute("set TEXTSIZE 500000 ");

where 500000 is a suitably large number for your data.




Archive powered by MHonArc 2.6.24.

Top of Page