Justtechjobs.com Find a programming school near you






Online Campus Both


php-db | 2001011

[PHP-DB] charset parameter on sybase_connect dos is disallowed From: Sidney Amaral (swba <email protected>)
Date: 01/05/01

we often get intermitent charset problems on database operations (onto sybase
ase 11.0.3.3-6 using ctlib) and we are tring to find out an way to solve
this. reading the php online doc, we discover that there is an parameter in
the sybase_conection () function to force a charset for de client connection.
unfortunately this does not work, as shown below:
 
Warning: Wrong parameter count for sybase_connect() in
/home/oab/public_html/amaral_testes/lixo/sybase-fetch.php on line "x".
 
the code that generate this parse error was this:
&lt;?php
...
$id_conn = sybase_connect ('SYBASE','sa','', 'iso_1');
...
?&gt;
 
is this an BUG ?
have anyone on the world get passed the same problem?

help us please.

thanks,

Sidney Wagner B Amaral
Suport Analyst
Ability - Comunicação e Tecnologia
www.ability.com.br

-- 
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, e-mail: php-db-unsubscribe <email protected>
For additional commands, e-mail: php-db-help <email protected>
To contact the list administrators, e-mail: php-list-admin <email protected>