[PHP-DB] Probleme upper accents

2013-04-05 Thread André LAGADEC
Hi, On my application PHP with Oracle database, all work fine with Oracle9i client, but when I test with Oracle11gR2 client I get warning with PDO driver. *Warning*: PDOStatement::fetch() [function.PDOStatement-fetch http://vanves23/function.PDOStatement-fetch]: column 0 data was too large

[PHP-DB] Probleme with output of function oci_fetch_all

2011-09-14 Thread André LAGADEC
Hi, I use PHP with Oracle and I have this code: $req=select identifiant as \0\, name as \1\ from TAB_USER where identifiant='abcd' and mot_passe='password'; $conn = oci_connect('foo', 'bar', 'BASE1'); if (!$conn) { $e = oci_error(); trigger_error(htmlentities($e['message'],