04-16-2012 02:31 AM
Ciao,
qualcuno sa dirmi come si fa ad eseguire all'interno del codice labview una store procedure che interroga un database di sql server?
Grazie,
Giuseppe
Solved! Go to Solution.
04-16-2012 02:44 AM
I'm sorry.. this isn't the italian forum..
but the question is:
how can I execute a store procedure of a sql server database with labview?
Thanks,
Giuseppe
04-16-2012 03:55 AM
Hi!
you can use the "DB Tools Create Parameterized Query VI" provided with the Labview Database Connectivity Toolkit.
I've found quite tricky to use stored procedures with output parameters.
Regards,
Marco
05-24-2012 05:45 AM
Thanks,
I solved with this example
http://digital.ni.com/public.nsf/allkb/07FD130746083E0686257300006326C4
05-24-2012 08:46 AM
Hi Giuseppe,
did it work even for stored procedures wirh output parameters?
Marco
05-24-2012 10:23 AM
Yes, this exemple shows how to read an output of a stored procedure