Hi, Suresh

Official SQLite is not supported on .NET managed-code for Windows Phone 8
currently.

Use LINQ to SQL. (Local Database)
http://code.msdn.microsoft.com/wpapps/Local-Database-Sample-57b1614c

Or use another library like 'csharp-sqlite'.
http://code.google.com/p/csharp-sqlite/

Official SQLite wrapper will be released from Microsoft later, but
currently not.
See Microsoft evangelist blog.
http://blogs.msdn.com/b/ptorr/archive/2012/11/27/update-on-sample-code.aspx



2012/11/30 suresh P <psuresh...@hotmail.com>

> Hi, Could you please help me to fix my issue.
>
> I am trying to do my first Windows phone 8 app with SQLite.  I installed
> the extension "SQLite for Windows phone". Then I tried to add its SDK
> references to the project. but I didn't find it (see pic2 attached). I
> restarted Visual Studio 2012 and tried. But no luck.
>
> Usually I should see "Windows" option in the left side in reference
> manager , from there, I can check required extensions. But, I am not seeing
> it. did I miss something here?
>
>
>
> Thanks,
> Suresh
>
>
>
>
> _______________________________________________
> sqlite-users mailing list
> sqlite-users@sqlite.org
> http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users
>
>
_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to