ni.com is currently undergoing scheduled maintenance.

Some services may be unavailable at this time. Please contact us for help or try again later.

LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

How to make a sql temporary table

Solved!
Go to solution

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

 

0 Kudos
Message 1 of 3
(3,540 Views)
Solution
Accepted by topic author Eran1965

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.

aputman
Message 2 of 3
(3,507 Views)

yes, This help !!!

0 Kudos
Message 3 of 3
(3,490 Views)