Hi,
I am just testing ODBC access to an Oracle Database through PhP. I am able to execute an SQL command, run an Oracle procedure, using the syntax odbc_exec($id, "{call myproc('myparam')}).
But I do not know how to execute an oracle function.
I have used odbc_procedurecolumns to obtain the...