LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Somebody experience with writing data in Access file?

I want to write my data in a Access file.
Is it true, that I have to create a macro in the Access-file?
I have no experience with macros. Can somebody tell me how I can do that?
Has somebody an example?

Thanks for help.
0 Kudos
Message 1 of 3
(2,752 Views)
No, you don't have to write a macro. I guess you're refering to the shipping example that uses DDE. Instead of DDE, you can use ActiveX. There have been several examples posted to the forum that use this to read and write from an Access database. There is also the Database Connectivity Toolkit from NI that uses ODBC/ADO/SQL to talk to any database. For a free utility, check out LabSQL from Jeffrey Travis at http://jeffreytravis.com/lost/download/.
Message 2 of 3
(2,752 Views)
I've used the Database Connectivity Toolset and had no difficulties implementing this kind of function. I recommed it highly.
Message 3 of 3
(2,752 Views)