LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

how to write data to MS Acesses file

There is Labview Vi available for writing data to spread sheet . Is it possible to use same Vi to open and write data to MS Acesses file , if not , how can we do that?

I am using labview ver 6.0
0 Kudos
Message 1 of 3
(2,722 Views)
I think the best option is using ActiveX, as in the examples shipped with labview to control Excel. You just have to do the same with Access.
hope this helps
0 Kudos
Message 2 of 3
(2,722 Views)
IMHO, the best method for reading and writing database files is to use the SQL Toolkit. It's faster than the ActiveX method that we used to use and when we changed from Access to SQL Server, we didn't have to change any code.
0 Kudos
Message 3 of 3
(2,722 Views)