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 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
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.