Dear all,
I am coding the SMS Management Application for my Pocket PC Windows Mobile 6.1 and use SQLite. I created db3 file and tables by Visual Studio 2008. I drap and drop tables from Server Explorer to Dataset Designer. I also edited connection string in dataset source code and copy SQLite.Interop.060.DLL file to application folder (on PPC).
Application run, but error when it connect to database. I use tblLogin table to manage user login. Error detail:
SQLite error
no such table: tblLogin
How way I fix this error? Please help me!!!
Tran Anh Vu