LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Need help with writing data from DAQ to the table in SQL server express 2012.

Hello Everyone,
I am trying to write the data from DAQ (DT9804 from Data Translation) to the table I made in SQL server. The table has only 1 column called conedata. The table itself is called cdata. The data type in the table is int. 
But when I run it, I get some error. I am using the Database toolkit available with labview.
I have attached the VI i made. 
I have also attached the screenshot for the error. 
Download All
0 Kudos
Message 1 of 2
(2,066 Views)

The error message says that the column name you are using is incorrect. Make sure that the column name you are trying to access and the name of the column in the database are the same.

 

I can't look at your code ringht now, but another recommendation I would make is to not use the DCT. It is an unnecessary complication (and cost!). There is a free alternative available.

 

Mike...


Certified Professional Instructor
Certified LabVIEW Architect
LabVIEW Champion

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

For help with grief and grieving.
0 Kudos
Message 2 of 2
(2,040 Views)