SQLite v 3.8.8.3
AutoIT v 3.3.12.0
SQL statement is:
UPDATE Metadata SET AcquisitionTime="2009/04/23 16:14:23" WHERE SourceURL="M:\1\1 Giant Leap-My Culture.mp3";
Getting @error = 2 and 21 as the result from _SQLite_Exec()
If I set _SQLite_SafeMode(False), I get a out of memory error on _SQL_Exec().
Sending this line via SQLite Admin (using SQLite v 3.8.8.3) works fine.
Databases are fine as I pull data from them prior to doing the UPDATE sql and load them into arrays.
I also can't seem to find where the SQLite constants are as referred to in the Help file under _SQLite_Exec - Return Value - Failure.
TIA