LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Database access

Can someone point to the easiest way to write to a MS Access database from
Labview5.1?
How would I use activeX?

Thanks
Doug
0 Kudos
Message 1 of 2
(2,590 Views)
> Can someone point to the easiest way to write to a MS Access database from
> Labview5.1?
> How would I use activeX?
>

Look at using DAO, ADO, or pretty much anyother combination of those three
letters. These are libraries/interfaces that allow you to talk with a
database. If the database client SW is installed on your computer, then
you can probably drop an ActiveX Refnum control on the panel, and popup
on it to choose the ActiveX class. Browsing this list you will find
something like MS Database Access. Select that, and then on the diagram,
you can start feeling your way along through opens, setting/getting
properties, invoking methods, and closing references of course. It may be
wise to read the documentation that came with the DB, and it should cover
the bas
ics of AX communications to the DB.

Greg McKaskle
0 Kudos
Message 2 of 2
(2,590 Views)