Hi All
I am using Mysql for my labview application.
I have to use procedure.I successfully used procedures without parameters by calling the procedure using DB tools execute query.
But i have to use paramatrised procedures also .That is i have to pass the date the user selected as the parameter of the procedure.
In C language if we call fun(a) where a is the argument of the function 'fun'
similarly how can i call a procedure wth paraameters thru labview.
i can get thru property nodes only....how can i pass the argument?
Thanks in advance
Message Edited by user_1 on 09-21-2007 02:21 AM