php-db | 2001011
Date: 01/05/01
- Next message: beena160 <email protected>: "[PHP-DB] Boost Your Windows reliability!!"
- Previous message: Jackson Ricardo Schroeder: "[PHP-DB] << Checar caixa postal com IMAP >>"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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:
<?php
...
$id_conn = sybase_connect ('SYBASE','sa','', 'iso_1');
...
?>
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>
- Next message: beena160 <email protected>: "[PHP-DB] Boost Your Windows reliability!!"
- Previous message: Jackson Ricardo Schroeder: "[PHP-DB] << Checar caixa postal com IMAP >>"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

