[freetds] Sybase error
Frediano Ziglio
freddyz77 at tin.it
Thu Apr 22 16:17:05 EDT 2004
Il gio, 2004-04-22 alle 21:45, rconner at commspeed.net ha scritto:
> Thanks for the replys, Michael and Matthew.
>
> The table name is actually AMATS_Equipments it seems. For some reason
> when you use the Access Frontend it adds the owner to it. So now that I
> have the table name correct it give a different error.
>
> Connected to NQLSQL01 Server
>
> Warning: mssql_query(): Sybase message: Unicode data in a Unicode-only
> collation or ntext data cannot be sent to clients using DB-Library (such
> as ISQL) or ODBC version 3.7 or earlier. (severity 16) in
> /usr/local/apache2/htdocs/AMATS_test.php on line 19
>
>
> Any suggestions?
>
> Thanks,
>
> Conner
>
Try this trick
search in src/dblib/dblib.c the string "DB-Library" (with double-quote)
and change to "ODBC" (or whatever you like)
It seem that mssql do not like DB-Library that much is used with TDS
protocol version different from 4.x...
freddy77
More information about the FreeTDS
mailing list