[SOLVED] How to execute SQL Server stored procedure from event |
3/12/2012 6:34:23 AM |
PHPRunner General questions | |
C
ckapote author
hi |
|
![]() |
Sergey Kornilov admin 3/12/2012 |
In MySQL you need to use CALL instead of EXEC. |
C
|
ckapote author 3/13/2012 |
thank you Sergey In MySQL you need to use CALL instead of EXEC. More info: http://dev.mysql.com/doc/refman/5.0/en/call.html |