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