LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Can I launch MS Access from labVIEW?

I would like to programmatically lauch MS Access and compact a database. Or perhaps I could set the table to compact on exit and exit it programmatically through labVIEW. Can I launch and exit a Microsoft application using labVIEW?
0 Kudos
Message 1 of 2
(2,661 Views)
Yes, you can use ActiveX for that, to start, you should place an Automation open in the diagram, select activeX class (Access application) and from there, follow wiring property and invoke nodes to do almost anything with Access.
Hope this helps
0 Kudos
Message 2 of 2
(2,661 Views)