Execute Stored Procedure
-
Hi everybody,
I’m trying to execute a stored procedure
$result = $wpdb->get_results('CALL sp_home()');Buy i only obtain an empty array, and the stored procedure is ok, so the problem is with the wpdb class
Array ( )I hope you can help because i can’t find any answer
Thanks in advance
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
The topic ‘Execute Stored Procedure’ is closed to new replies.