I created a few Database Views (also known as "Stored Queries" or "Virtual Tables") in my SQLite database - I can see all of them using SQLite Manager on Firefox.
I'm using Titanium Mobile SDK 1.7.x on Android emulator under Windows 7 - and I cannot seem to get my application to see the Views - it always says they do not exist.
If the SDK supports SQLite Views, is there any sample code I can look at?
Thanks for any help.
Your Answer
Think you can help? Login to answer this question!