I fully accept that I am ignorant when it comes to SQL Server CE so please forgive me if my question is obvious.
public static void deletePersonInfo(int number) { SqlCeConnection sqlConn = null; SqlCeCommand cmdDelete;
How can I make sure that once installed on a client computer,开发者_运维技巧 only my WPF desktop application has access to the data in an embedded SQL Server Compact 3.5 SP 2?
What are my options if I decide to give up using SQL Compact 3.5 on client side considering I have a开发者_开发知识库 small amount of SQL queries that needs to be converted to target database?To move
I am creating a clickonce app and planning on using SQL Compact. However, multiple users will be using the app on the same machine. Is this going to be possible for them to sha开发者_C百科re the same
I\'ve got data potentially 开发者_如何学运维to be pushed to SQL-ce on a 3rd party windows phone application but I don\'t have anywhere to conduct a test so I need to figure if we\'ll exceed the 4Gb ma
Is this possible to update the server side and Ce(local) Schema using sync framework 2.1. 1) Currently Sync i开发者_如何学Cs working fine. If i update server schema(adding an extra column to table).
I am developing window phone 7 application. I am new to the Window Phone 7 application development. I want to use the SQL server compact edition database in my application for database connectivity. S
I\'ve read a bit that putting a.NET 2.0 SQL CE database in the program files directory where the application is installed is a bad idea. I\'m running int开发者_StackOverflow社区o the following error:
I\'m playing with MVC2, Entity Framework and CTP4 using code only persistence.I\'ve created some unit tests in MSUnit for my domain objects, including some to see how persistence works in this paradig