in reply to Re^2: DBI::Sybase -retrieving BLOB values from ms-sql question
in thread DBI::Sybase -retrieving BLOB values from ms-sql question

Good catch. It's been a little while since I used DBD::Sybase, as I switched over to DBD::ODBC after discovering iodbc

Depending on the platform the textsize can be controlled by external configuration as well, e.g. freetds has a 'textsize' setting

  • Comment on Re^3: DBI::Sybase -retrieving BLOB values from ms-sql question

Replies are listed 'Best First'.
Re^4: DBI::Sybase -retrieving BLOB values from ms-sql question
by anexiole (Novice) on Jul 07, 2006 at 22:44 UTC
    hi there
    whereabts do you set the 'textsize' for freetds?
      I think it's in the freetds.conf file - you should check the FreeTDS documentation for more information (or ask on the FreeTDS mailing list).

      Michael