Menu

Show posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Show posts Menu

Messages - tvp

#1
Yes, this works fine for me at this moment. Thanks for clearing it up.

I was looking for something like this:
mysql_query( yourdb, "call foo('parm', @a, @b, @c)");
Is it possible for me to pass the "call" command as a parameter within mysql_query, or it always needs to be a DML statement?
#2
Is there a way of calling MySQL Stored Procedures or User-defined functions thru Squirrel along some input and output parameters? Right now I can only think of creating row-level triggers which call those stored procedures/UDF.

Maybe I am missing something. mysql_query is only used to run queries, right?