OcR Envy
02-16-2010, 05:27 PM
I'm trying to call a stored procedure using:
$vbulletin->db->query("CALL
However no further queries are executed after this call. I get the following error message:
Commands out of sync; you can't run this command now
I assume I have to free_result or something but it doesn't help?
$vbulletin->db->query("CALL
However no further queries are executed after this call. I get the following error message:
Commands out of sync; you can't run this command now
I assume I have to free_result or something but it doesn't help?