Note Submitter: [email]laurent.francoise@winnbat.fr[/email]

----

Undocumented parameter "charset" ...

The complete prototype of sybase_connect is : int sybase_connect([string host [, string user [, string password [, string charset]]]]).

If , after a "sybase_connect", you receive a message like :
" Sybase message: Cannot find the requested character set in Syscharsets: name = 'ÎU'. (severity 11) ", call sybase_connect like this :
sybase_connect($host,$user,$password,'iso_1');

(if your charset is not 'iso_1', the next error message will tell you the good one !)

and it will work fine ...