05-29-2014 05:47 AM
Hi
I would like to create a temporary sql table - "create table #tempTable...."
but I get error
Is it possible to do it with Labview DB connectivity toolkit?
Thanks...Eran
Solved! Go to Solution.
05-29-2014 11:24 AM
I know you can create a stored procedure and execute it from within LabVIEW. And within the stored procedure you can create temp tables. I like this method because you can easily change the SP code without recompiling your VI. Hopefully this helps.
05-29-2014 12:57 PM
yes, This help !!!