LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

How to insert data into MS Access defined by data type

This is my example of vi which is being tested. You should create a blank .mdb and a udl file to link to the database file that you have created and also delete the subvi (1).... (I think that shouldn't be a problem for you all)Smiley Very Happy


0 Kudos
Message 11 of 13
(685 Views)
So when I open you vi, I see that the format string looks like this:
%d-%b-%y
 
Mine looks like this:
%d/%m/%y %H:%M:%S
 
I think this depends on your local settings, but you definitely have to wire the data in the correct format. I'd suggest you to just insert sample data in the database directly. Then use labview to retrieve this data and you will see how the string looks like. You will then have to wire the same format when writing data. That's the way I would do it...
 
 
Using LV8.0
--------------------------------------------------------------------
Don't be afraid to rate a good answer... 😉
--------------------------------------------------------------------
0 Kudos
Message 12 of 13
(682 Views)
Ok.. will try it out tomorrow morning.. the sky is getting dark here.... THANKS
0 Kudos
Message 13 of 13
(678 Views)