LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

How can I access Microsoft Access database records from LabView using Microsoft VB6 controls ?

I don't know about using VB controls, but why not use Access's ActiveX properties directly? I've attached a sample VI. Personally I find the SQL Toolkit to be a more effecient way of connecting to databases.
Message 2 of 3
(2,914 Views)
I agree with Dennis. SQL is the way to go when programming databases. It is the standard (as in ANSI standard) programming language for DB's and learning all those activeX commands won't help if your company starts using a different DB system.

Jared
0 Kudos
Message 3 of 3
(2,914 Views)