|
Let's say I have a procedure TESTPROC which selects
all tuples from a table TESTTABLE (EX. select * from TESTTABLE)
1) How do I call it from PHP ?
2) How do I retrive the tuples from the
SELECT statement inside the TESTPROC
3) If there is more than a SELECT statement inside
TESTPROC, which one returns data to PHP?
Thanks
Mauro
|
