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 99990.999
 
How would I send this from PHP? I need to do the format at the datebase server 
instead of reformatting in PHP to work around PHP bug 30726.
 
 
HP-UX 11.11
PHP 4.3.9
 
 
Thanks for any help,
 
 
 
Art Nuzzo

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to