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,

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

2001-02-14 Thread Thies C. Arntzen
On Thu, Feb 14, 2002 at 04:23:23PM +0100, dsi safir wrote: 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/ set