| Author |
Sotre procedure not calling from Linux
|
pankaj semwal
Ranch Hand
Joined: Oct 07, 2008
Posts: 300
|
|
Hi,
i have installed the SQLyog in Linux and then call the store procedure from their like this CALL changeStatus1(886,'01-05-2010');
but its showing the follwoing error.
Query : call changeStatus1(886,'01-05-2010')
Error Code : 1305
PROCEDURE production.changeStatus1 does not exist
Execution Time : 00:00:00:000
Transfer Time : 00:00:00:000
Total Time : 00:00:00:000
Even though the changeStatus1 procedure exixts.
Please help me.
Thanks
|
 |
S. Nitesh
Ranch Hand
Joined: Jan 15, 2010
Posts: 31
|
|
Refer this.
Hope this helps...
|
 |
 |
|
|
subject: Sotre procedure not calling from Linux
|
|
|