LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Creating a database in access using the LabVIEW Database Connectivity Toolkit

I am having trouble getting started on how to use the LabVIEW Database Connectivity Toolkit to build a database using MS Access. Any information on how to get started with this would be greatly appreciated. Thank you in advance.

0 Kudos
Message 1 of 4
(4,149 Views)
Have you tried the example programs shipped with the toolkit?  what are you trying to do, connect to an existing db, add a new table, add a entry, perform a query?  There are many options here.  I have connected to access many times with the toolkit.  Give us a few details on what you need to do?
Paul Falkenstein
Coleman Technologies Inc.
CLA, CPI, AIA-Vision
Labview 4.0- 2013, RT, Vision, FPGA
Message 2 of 4
(4,139 Views)

My ultimate goal is to be able to connect to a db, search the database for a matching 6 digit number, and write some information to that corresponding row. For now, I would just like to be able to connect to MS Access so that I can write to an exsisting db.

0 Kudos
Message 3 of 4
(4,134 Views)

Look at te database connect example, I usually use the UDL connection method and save the uld file with all connection information needed to connect to the specific database for my application.

 

Paul Falkenstein
Coleman Technologies Inc.
CLA, CPI, AIA-Vision
Labview 4.0- 2013, RT, Vision, FPGA
Message 4 of 4
(4,124 Views)