1 Dec 2008 09:56
Re: parameter cannot return more than 256 chars
Frediano Ziglio <freddy77 <at> gmail.com>
2008-12-01 08:56:19 GMT
2008-12-01 08:56:19 GMT
2008/11/30 Federico Alves <sales <at> minixel.com>: > This is the issue that has been killing me. If I set tds_version=8.0 in > freetds.conf, then my perl does not pass any parameter at all. If I remove > the tds_version from the server definition in freetds, then the parameters > pass back and forth, but only 256 chars. You are right that the information > works fine with tds_version=8.0, but then how do I make my perl script work > again? This has been happening for ever. The only way to make my perl script > work, which uses DBI and DBD-Sybase 8.0, is to remove the tds_version from > freetds.conf and thus I guess it goes back to 4.2. But It makes little sense > anyway because I compiled freetds with version 8.0 > Configuring with tds version 8.0 change only the default, you can always override it. I would change script to use DBD::ODBC, probably there is something wrong with CTLib. > tsql -C > Compile-time settings (established with the "configure" script) > Version: freetds v0.82 > freetds.conf directory: /usr/etc > MS db-lib source compatibility: yes > Sybase binary compatibility: no > Thread safety: yes > iconv library: yes > TDS version: 8.0 > iODBC: no > unixodbc: yes > > Dear Frediano, can you please use your privileged mind and figure out why(Continue reading)
RSS Feed