Tagged Questions
4
votes
2answers
368 views
How to speed up LINQ inserts with SQL CE?
History
I have a list of "records" (3,500) which I save to XML and compress on exit of the program. Since:
the number of the records increases
only around 50 records need to be updated on exit
...
0
votes
2answers
393 views
SQL CE in WP7 Mango - Datatype mapping from SQL Server 2008
I found a msdn doc on recommendations for mapping datatypes between sql server 2008 and sql ce 3.5 in .NET. This actually shows a color coded matrix. Unfortunately I am not able to find the link to it ...