This topic is locked
[SOLVED]

 How to execute SQL Server stored procedure from event

3/12/2012 6:34:23 AM
PHPRunner General questions
C
ckapote author

hi
i refer to manual page
http://xlinesoft.com/phprunner/docs/how_to_execute_sql_server_stor.htm
let me ask something if same applies for MYSQL databases .
rgds

Sergey Kornilov admin 3/12/2012

In MySQL you need to use CALL instead of EXEC.

More info:

http://dev.mysql.com/doc/refman/5.0/en/call.html

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