Re: AW: AW: [PHP-DB] Oracle Function Calls

2001-03-07 Thread Richard S. Crawford
Hm. Assuming that I don't have the option of rewriting the function to a procedure, is there another way to go? At 10:54 PM 3/7/01 +0100, Matthias Kopolt wrote: >Oracle Divides Function in several Groups > >DML means Data-Manipulating function; > >(in your funciton is a update or insert) > >to

AW: AW: [PHP-DB] Oracle Function Calls

2001-03-07 Thread Matthias Kopolt
Oracle Divides Function in several Groups DML means Data-Manipulating function; (in your funciton is a update or insert) to use a function in a query it needs to be "pure" only selects and arithmetics you can rewrite this function to a procedure and return your value as an out parameter