Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Local Sql database support for Windows phone 7 [closed]

I would like to develop for Windows Phone 7 but the lack of database support still blocks me. Has anyone found a good library, stack to use for accessing local database from WinPhone7? Can you post links/examples of good practices to select/insert data in DB from a WinPhone7 application?

Thanks in advance ! c.

[edited] any updates available?

like image 689
Cris Avatar asked Sep 28 '10 10:09

Cris


People also ask

What database do Windows Phone Use?

LinqConnect for Windows Phone contains the SQLite embedded database engine from C# SQLite project.

What is Local SQL Server?

An instance of SQL Server Express LocalDB is an instance created by a user for their use. Any user on the computer can create a database using an instance of LocalDB, store files under their user profile, and run the process under their credentials. By default, access to the instance of LocalDB is limited to its owner.

How do I setup a local SQL Server database?

Use SQL Server Management Studio In Object Explorer, connect to an instance of the SQL Server Database Engine and then expand that instance. Right-click Databases, and then select New Database. In New Database, enter a database name.


1 Answers

There are lots of options:

WinPhone7Db
Perst
SQLite (and here)
siaqodb
db4o
Ninja Database Pro
Rapid Repository
Sterling
Effiproz
SQL Compact Edition will be coming in the "Mango" update - due later this year

like image 120
Matt Lacey Avatar answered Oct 06 '22 13:10

Matt Lacey