What am I missing?
The following does not throw any errors but does not update the table either???
Tried with and without the debugger.
The Select Queries on the table all work correctly.
Thanks,
Kim
The following does not throw any errors but does not update the table either???
B4X:
If Main.SQL1.IsInitialized = False Then Main.SQL1.Initialize(File.DirInternal, "PartsAndTime.db", False)
Main.SQL1.ExecNonQuery("UPDATE TKRecordTemp SET Sent=1, Success=1 WHERE OSID = 101130;")
Tried with and without the debugger.
The Select Queries on the table all work correctly.
Thanks,
Kim