SQLite Forum

cannot create tables in sqlitestudio than other apps can see
Login
I have used this SQL in my query: "select * from sqlite_masterq"
purposely misspelling the table name, and the program runs correctly,
giving the "no such table..." message.

This shows to me that the program correctly connects to the specified
database name, but when I correct the table name it failed with the external error.

I have run the same code in Lazarus, using the same database file name,
and it runs fine.