SQLite TABLE name…

I get this error:

DB Error: object name reserved for internal use: SQLite_Tbl

earlier.

I do not make searches to know if say Tbl_SQLite will report an error too (or any other variation).

Now, we all know that SQLite - as a string - is to be avoided as a TABLE name, even inside of other characters.

Xojo 2015r1 / El Capitan, checked under Xojo 2019r1.

SQLite reserves any word that begins with SQLite… in order to future proof itself and your queries and databases.