Skip to Content.
Sympa Menu

freetds - Re: [freetds] Sybase error

freetds AT lists.ibiblio.org

Subject: FreeTDS Development Group

List archive

Chronological Thread  
  • From: Frediano Ziglio <freddyz77 AT tin.it>
  • To: FreeTDS Development Group <freetds AT lists.ibiblio.org>
  • Subject: Re: [freetds] Sybase error
  • Date: Thu, 22 Apr 2004 22:17:05 +0200

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






Archive powered by MHonArc 2.6.24.

Top of Page