I am working on windows phone 8 and My process was:
- I cloned git repo into my local.
- I added that c++ project (Sqlite) into my existing project.
- Than i added Sqlite-net ( SQLite.cs and SQLiteAsync.cs) into my project.
- Than created USE_WP8_NATIVE_SQLITE compilation symbol successfully.
DB created and records are insert into table also but problem is whenever i start emulator the same name DB is and table is create again...even i had put condition for checking DB File Exists or not.if run apps without closing emulator it working and DB not created twise. so if any one know what is problem please tell me...