Beefy Boxes and Bandwidth Generously Provided by pair Networks
good chemistry is complicated,
and a little bit messy -LW
 
PerlMonks  

Re: FreeTDS/DBI

by LD2 (Curate)
on Aug 16, 2001 at 23:11 UTC ( [id://105474]=note: print w/replies, xml ) Need Help??


in reply to FreeTDS/DBI 'Out of memory'

scain - you may want to take a look at this email... and try their suggested solution.

Replies are listed 'Best First'.
Re: Re: FreeTDS/DBI
by scain (Curate) on Aug 17, 2001 at 01:14 UTC
    LD2,

    That did it! Thanks, and thanks to you and adamsj for making me aware of dbi-users archive.

    For those keeping score at home, all I did was change the line $dbh->{LongReadLen}=25000; to $dbh->do("set textsize 25000");

    Scott

      If you use FreeTDS 0.53 or later you may insert line
      text size 25000
      into freetds.conf and eliminate
      $dbh->do("set textsize 25000");
      from your source code.

      -- yuriy

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://105474]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others admiring the Monastery: (6)
As of 2024-04-23 18:21 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found