John Newby wrote:
> Hi Jonathan, Derrel, thanks for the info.
> 
> I just wanted to know as I am creating an application that interacts with
> the SQLite.dll and if a user was to try to create a table beginning with
> "sqlite_" the user would get the very detailed erro message, but if for
> some
> reason the user wanted to call the table "Table" they would just get a
> simple SQL syntax error and may become stuck in my application.
> 
> I'll just put some check on the input from the user and if on the off
> chance
> they decide to call it table, it will change it to "Table".
> 
> Is there any other names I need to look out for other than the "sqlite_"
> and
> "table" that SQLite doesn't like as being a table name that anyone knows
> of?
> 
> Thanks again
> 
> John
> 

I think that all SQL commands or operators (create, alter, update, where, from,
select, in, as, etc...) cannot be used.

Just check it by yourself ;)

        Jonathan Ballet

Reply via email to