Titanium fails to foind database

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

var db = Titanium.Database.open('/model/details.sqlite') Ti.Database.install('/model/details.sqlite','done'); var rows=db.execute('SELECT * FROM kisan');

— asked 7 months ago by Pratik Jayswal
1 Comment
  • Missing from your question are a number of important pieces of information. I suggest you take a look at the Using Questions and Answers article, specifically the Q&A Question Checklist. The missing information is critical to reproducing problems in a test environment and often indicates other factors that cause the undesirable outcome you are experiencing.

    — commented 7 months ago by Stephen Feather

Your Answer

Think you can help? Login to answer this question!