LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Access

Hi all : I need to send data to access database ,, attach see file ,, when I run the vi this error appeared   Does I need to create table at access ?Or after running the vi table will be create automatically ?  Thanks
Download All
0 Kudos
Message 1 of 4
(2,588 Views)
Look at this
0 Kudos
Message 2 of 4
(2,578 Views)

It looks like you are using the database connectivity toolkit. Have you already created a database that you want to write the table to? I would suggest you put a probe on the error line after the open database function. If you open the example finder>>Toolkits and Modules>>Database connectivity>> you will find Create Table Example.vi. This should give you a good starting point. I'm guessing that you need to create a Universal Data Link that you can work from.

Hope this helps.

Now Using LabVIEW 2019SP1 and TestStand 2019
Message 3 of 4
(2,563 Views)

Before you can save data you have to create the tables to hold the data. I would also suggest that you drop the DCT - in the long run it will be a detriment. Check out this thread.

 

Mike... 


Certified Professional Instructor
Certified LabVIEW Architect
LabVIEW Champion

"... after all, He's not a tame lion..."

For help with grief and grieving.
Message 4 of 4
(2,551 Views)