LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

db tools update data.vi - insert null fields MS Access

I've been trying to insert a null string into my MS Access table by using Db Tools Update.vi

 

What I am getting is 0.0000 & what I really need is the field to be blank.  I have a program that uses any values in this field for calculations and if a zero is present during the multiplication, the return value will be of course zero.  

 

Can DB tools update data.vi be used to return a null (empty) value in the field or should this be approached differently?

 

thanks

0 Kudos
Message 1 of 2
(891 Views)

What are you sending the Update vi?  I don't know how you'd do that with the Update vi.  Try using the Execute Query vi with something like "UPDATE <your table> SET <your field> = NULL WHERE <your criteria>".

jcarmody_0-1617304515397.png

 

Jim
You're entirely bonkers. But I'll tell you a secret. All the best people are. ~ Alice
For he does not know what will happen; So who can tell him when it will occur? Eccl. 8:7

0 Kudos
Message 2 of 2
(817 Views)