SQLite3, one table, Grid application.
On a self-learning application, I get to load the grid, edit, and add records.
I can change the editable "select" clause to change the target table fine, but only if I have not inserted records on the first table opened.
When I insert a record, I commit and refresh. Then after two records or so inserted as said, I edit the query so it calls for another table in the database, and then get the error:
...raised exception class external SIGSEGV
Any suggestions on why this would be happening?
Thanks for any help afforded.
PS. The above is when running in the Lazarus environment.
When running the compiled .exe, the result is a Windows7 message: Form1 is not responding.