Does Titanium Mobile support SQLite Database Views (i.e. Stored Query or Virtual Table)?

You must Login before you can answer or comment on any questions.

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.

— asked 1 year ago by Takahito Torimoto
1 Comment
  • What SQLite commands are you using in Titanium Mobile to query the views?

    — commented 1 year ago by Darren Adams

Your Answer

Think you can help? Login to answer this question!