I did not use SQL CE 3.5 for Windows Mobile as I need to include some binaries of SQL CE 3.5 (having size of > 3 MB) in my application setup.

Now, I am developing for Windows Phone 7. With Mango realease, we have support for Local Database. Do we need to include any binary that increases the size of final application? If yes, what is the footprint of those binaries?

link|improve this question

61% accept rate
feedback

2 Answers

up vote 4 down vote accepted

There should be no need to include any extra binaries.

link|improve this answer
Should be or sure? – Let me Ask Jun 7 '11 at 12:00
1  
With WinMo the database needed to be installed separately and wasn't part of the framework. With Windows Phone Mango the DB support is part of the framework. Ergo no extra libraries to install. To verify this, create an app which uses the DB and then see which libraries are included in the XAP. I haven't got Mango installed on this machine so can't check myself. – Matt Lacey Jun 7 '11 at 12:39
1  
SQL CE is already on the Phone (the binaries ae actually there in the original Phone 7, just not accessible). You will not have to distribute anything extra for that support. – ctacke Jun 7 '11 at 13:25
feedback

A few helpful articles about Local Database in Windows Phone 7.1 Mango:

Local Database Overview for Windows Phone

Windows Phone Mango Local Database: mapping and database operations

link|improve this answer
The second link explicitely states that "•There is no need to distribute assemblies that will increase the application size, with Windows Phone Mango the Local Database support is part of the framework.". Thank you. – Let me Ask Jun 16 '11 at 11:45
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.