Bhavik Goyal
Bhavik Goyal

Reputation: 2796

Using SQLite with Windows Phone 7 development

I am new for the Windows Phone 7 development and I am using SQLite as a database for this.

So can any one help me about how to use that.

If you have any help link or forum about this then please help me. I am searching this since 2 days but i m not getting about what i am looking for.

Thanks

Upvotes: 3

Views: 8278

Answers (3)

Stuart
Stuart

Reputation: 66882

SQLite support on WP7 isn't as well established as some of the alternatives.

Unless you are particularly attached to SQLite, then I'd recommend trying something like http://sterling.codeplex.com/ which is build for C# and WP7 from the ground up.

Upvotes: 2

decyclone
decyclone

Reputation: 30840

Have you tried searching for it on the internet?

Here is an article on that for example.

And here is a search result with list of articles on Bing.

Upvotes: 2

Related Questions