[PHP-DB] problem with oci8

2001-07-16 Thread Franck LABANVOYE
When i use php (all version) with oci8 version 8.1.7 on linux, all character like éèàù etc, are converted. script: ? // connection a la base linux $c = ocilogon(toto,totopass,linux); $sql = select * from toto_table where fonction like 'g%'; $stmt = ociparse($c, $sql ); ociexecute($stmt);

Re: [PHP-DB] Problem with oci8

2001-01-14 Thread Markus Fischer
On Fri, Jan 12, 2001 at 11:23:50PM +0100, Victor Foitzik wrote : I read in the FAQ that if MySql libs are linked with pthread, pthread should be removed from mysql libs to apache get started. I'm having also some problems with oracle too; can you point me to the FAQ where you read