Re: [PHP] sending set NUMBERFORMAT

2005-02-04 Thread Richard Lynch
Nuzzo Art-CINT116 wrote: > Hopefully this is an easy question. I need to set the default numeric > data format when selecting data from an oracle database using PHP OCI > interface. > > > The SQLPLUS command is: > > SET NUMBERFORMAT 0.999 > > How would I send this from PHP? I need to do the fo

[PHP] sending set NUMBERFORMAT

2005-02-03 Thread Nuzzo Art-CINT116
Hopefully this is an easy question. I need to set the default numeric data format when selecting data from an oracle database using PHP OCI interface. The SQLPLUS command is: SET NUMBERFORMAT 0.999 How would I send this from PHP? I need to do the format at the datebase server instead