SQLite Delphi thowing up incorrect exception.
- by NeoNMD
"Project CompetitionServer.exe raised exception class ESQLiteException with message 'Error executing SQL.
Error [1]: SQL error or missing database.
"INSERT INTO MatchesTable(MatchesID,RoundID,AkaFirstName,AoFirstName)VALUES(1,2,p,o)": no such column: p'. Process stopped. Use Step or Run to continue."
This is clear to everone here that the notice is correct, p is NOT a column, it is some data I am trying to insert.
What is the problem here?