LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

How can I add a new record in an Access table.

How can I add a new record in access with LabView, using activex, without using the database connectivity tools.


Message Edited by Noawena on 05-16-2008 09:25 AM
0 Kudos
Message 1 of 4
(2,812 Views)

Much easier with a toolkit but you could use ADO objects,

get connection, make a SQL object "INSERT record INTO table where  ...." 

Execute the parameterized query

Free up record sets data

close connection when done.

 

This is a very simplified version

 

Paul

Paul Falkenstein
Coleman Technologies Inc.
CLA, CPI, AIA-Vision
Labview 4.0- 2013, RT, Vision, FPGA
0 Kudos
Message 2 of 4
(2,799 Views)
If you're looking for an alternative to the NI toolkit there's LabSQL or the ADO Toolkit.
0 Kudos
Message 3 of 4
(2,785 Views)
Thanx, this is verry helpfull. I'm not there yet but it is prommissing.
0 Kudos
Message 4 of 4
(2,744 Views)