Re: [PHP-DB] Probleme upper accents
[email protected] (Toby Hart Dyke)
| Newsgroups | php.db |
|---|---|
| Message-ID | <[email protected]> |
It looks similar to this bug: http://bugs.php.net/bug.php?id=54379 - possibly fixed in a later version? Your PHP is pretty elderly. Toby On 4/5/2013 1:38 PM, André LAGADEC wrote: > 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 for buffer and was truncated to fit it in > with this request > " SELECT DISTINCT UPPER(SUBSTR(NOM, 1, 1)) AS INITIALE, NOM > FROM MY_TABLE ORDER BY INITIALE "; > > The field NOM contain in first character upper character with accent > like this > > à > > à > > Here are my configuration : > - Apache2.2.21 > - Php-5.1.4 with PDO Oracle > - Client Oracle 11.2.0.1 > - Base Oracle 11.2.0.1