Hi All,
I have successfully created a procedure in mysql. I am able to insert the data using variables when I am running from mysql command prompt. But when I am trying to call it from c program it is not working. just fro checking purpose when i gave values in my call it worked. so there is problem in call with variables.I am writting in C as
mysql_query(conn,"call myproc(@a,@b,@c)");
Can anyone please please help me.
Thanks
I have successfully created a procedure in mysql. I am able to insert the data using variables when I am running from mysql command prompt. But when I am trying to call it from c program it is not working. just fro checking purpose when i gave values in my call it worked. so there is problem in call with variables.I am writting in C as
mysql_query(conn,"call myproc(@a,@b,@c)");
Can anyone please please help me.
Thanks