hello friends,
I am calling a stored Proc from Php.The stored proc has cursor , At the end I returning a dataset like “Select * from Table1”
But the Php Code crashes.
Without the Cursor I am able to get the dataset.
What could be reason , Please anybody enlighten me.
Thanks