Hi Everyone,
I am building app for Windows phone 7 using phonegap. As WebSql is not supported in Windows Phone, I have Added reference to " Community.CsharpSqlite.WP.dll " and writing plugin to perform all DB Operations.
Issue is: I am not able to use SQLiteDataReader for reading data but not able to import System.Data.SQLite. I tried to Add reference to System.data.sqlite.dll but prompts the following Error:
"System.Data.SQLite.dll was not built using Windows phone runtime. Windows phone projects will work only with windows phone assemblies. " Below attached image is showing the exact error.
There are few resources which suggests to use using Mono.Data.Sqlite; If anybody has used this, kindly guide me the process how to use this namespace.
I just want to use SQLiteDataReader for reading data using C# [i m writing plugin for specific db requirements in c#].
Kindly help, stuck on a bad node.
Thanks in Advance !