Ask a Question related to PHP Notes, Design and Development.
-
didou@php.net #1
note 9051 deleted from function.sybase-connect by didou
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 ...
didou@php.net Guest
-
note 24613 deleted from function.sybase-min-error-severity by didou
Note Submitter: ---- This function does not exist. See: http://cvs.php.net/co.php/php4/ext/sybase_ct/php_sybase_ct.c -
note 24614 deleted from function.sybase-min-message-severity by didou
Note Submitter: ---- This function does not exist. See: http://cvs.php.net/co.php/php4/ext/sybase_ct/php_sybase_ct.c -
note 12303 deleted from function.sybase-connect by didou
Note Submitter: php-general@lists.php.net ---- To mmagicm: All I can say is that it worked for me ! Have a look at my source :... -
note 10245 deleted from function.sybase-connect by didou
Note Submitter: s_keyser@hotmail.com ---- the function sybase_connect( ) returns 1 upon login and/or password incorrect -
note 33639 deleted from function.mysql-connect by didou
Note Submitter: carp_a_dieum@yahoo.com ---- To extend amn -at- frognet.net comment. Here is a cool example of reusing mssql connections and...



Reply With Quote

