Using SQLite with Windows Phone 7

I am new to Windows Phone 7 development and for this I use SQLite as a database.

So can someone help me on how to use this.

If you have any help link or forum about this, please help me. I have been looking for this since 2 days, but I do not get what I am looking for.

thank

+3
source share
3 answers

Have you tried to find it on the Internet?

The following is an article .

Bing.

+2

Support for SQLite on WP7 is not as well established as an alternative.

If you are not specifically tied to SQLite, I would recommend trying something like http://sterling.codeplex.com/ , which is built for C # and WP7 from grounding.

+2
source

Source: https://habr.com/ru/post/1795689/


All Articles