return dataset from stored procedure
Posted: Sat Jun 27, 2009 8:56 am
hello everybody,
i have a stored procedure in mysql which has sql statement like
"select * from table"
in my table i have 14,000 records,
how can i use this stored procedure in php and how can i make the store return all the records in recordset in php?
thanks in advange
i have a stored procedure in mysql which has sql statement like
"select * from table"
in my table i have 14,000 records,
how can i use this stored procedure in php and how can i make the store return all the records in recordset in php?
thanks in advange