This topic is locked
[SOLVED]

 execute stored procedure

2/24/2011 09:59:52
PHPRunner General questions
P
phneoix author

how do i execute stored procedure after a certain event. i am using mysql 5.

Sergey Kornilov admin 2/24/2011

Something like this will work:

CustomQuery("CALL MyStoredProc")