Do you have a working database object that has its hands on the physical database? At application initilization when opening the database, perform a simple query against this table, or another, and verify that you are indeed pulling from the CORRECT database. Do a search on the local file system and confirm that you only have one file named with what you're opening. You may be expecting to open the file in the current running path, but, the engine may be trying to pull it from another directory, such as a temp directory. (I've never used a Windows phone, so I don't know if C drive exists, or what the directory structure is)
On Sun, Mar 22, 2015 at 2:29 AM, Sumesh Chandran <sumchans at live.com> wrote: > Hello all, > > > > > > > I am working on SQLite with Windows Phone 8.1 and already having quite a > few issues as of now. I am trying to insert some data dynamically to the > table, when the app launches. > > > This is the InnerException message that I get on launch " no such table: > theScheduleClass" and the result says " SQLite.SQLite3.Result.Error". I am > not sure why I get this message, I see my classes are mapped to the > database tables. > > > It's my first try on SQLite and Windows Phone 8.1. > > > Please advise! > > > Thanks. > _______________________________________________ > sqlite-users mailing list > sqlite-users at mailinglists.sqlite.org > http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users >