Re: AW: AW: [PHP-DB] php, OCI and datatypes

2001-02-14 Thread dsi safir
Ok, thanks all for the advices. The problem is linked with the NLS parameters. Here are my database related param: NLS_LANGUAGE=French NLS_TERRITORY=France NLS_DATE_LANGUAGE= french NLS_DATE_FORMAT = dd/mm/ I change my query : select CHAR_COL . into select convert(CHAR_COL,

[PHP-DB] Pbs with Oracle

2001-02-05 Thread dsi safir
Hi everybody, Still with the same configuration (Apache1.3.14 + PHP4.04pl1 + support for Oracle 8.0.5 with OCI, all on HP-UX 11), I manage to connect to my base (ocilogon, ociparse and ociexecute). After that, whenever I try to get the results, it prints well the column name but not the data. I