SQLite Delphi thowing up incorrect exception.
Posted
by NeoNMD
on Stack Overflow
See other posts from Stack Overflow
or by NeoNMD
Published on 2010-04-29T00:54:56Z
Indexed on
2010/04/29
0:57 UTC
Read the original article
Hit count: 292
"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?
© Stack Overflow or respective owner