AIR

3115 Error with SQLite

With SQLite in Adobe AIR, I was running some initial tests to figure out a cleaver TRIGGER to UPDATE or INSERT appropriately.

So far I’ve been writing all my query’s in Flex, writing statements manually for instant feedback. I encountered the #3115 Error. Searching through google I see a lot of posts about this. The answer it seems is widely varied. Other possibilities include incorrect path to applicationStorageDirectory or invalid table names. My issue (to the best of my knowlodge) was a reserved word inside single quotes.

Read more →