LabWindows/CVI

cancel
Showing results for 
Search instead for 
Did you mean: 

Why my DBImmediateSQL(hdbc, "INSERT INTO Account (ValDB) VALUES (12.34)") does not work?

After connecting succesfully to my MS Access database & verify all records inside the table Account successfully, I try to insert more data into table Account column ValDB with the following code:
 
DBImmediateSQL(hdbc, "INSERT INTO Account (ValDB) VALUES (12.34)")
 
There is no error generated, but I verify all records inside the table Account again ... I did not see any new record inserted. Does someone know why?
 
Thanks for any help
 
0 Kudos
Message 1 of 2
(3,186 Views)
Sorry about my confusion, it works as it is!
0 Kudos
Message 2 of 2
(3,182 Views)