I am creating a model-first Entity Framework 4 app that uses SQL CE as its data store. All is well until I call ObjectContext.SaveChanges() to save changes to the entities in the model. At that point,
I\'m hearing that is better to have one connection open upon app start up and closing it when the app shuts down.
I\'ve tried to run the application in two situations: with SQL Server compact edition (3.5) installed and one without. When SQL Server Compact edition isn\'t installed, I get the following error:
Our product is using MS SQL Compact Edition on a Windows machine (laptop). It\'s basically a metadata index for files we have on the filesystem. Recently we have seen databases getting corrupted.
I am getting started with Entity Framework 4, and I an creating a demo app as a learning exercise. The app is a simple documentation builder, and it uses a SQL CE store. Each documentation project has
I\'m 开发者_运维百科using Sql Compact3.5 as my DB with C# .NET what is the maximum size of sdf that I can give? Is there any way to programatically increase the maximum size of the sdf file? If so how
I\'ve set up a project with an SDF local database file and am trying to access it using an LINQ To SQL (\".dbml\") file. I have used the connection string provided by the sdf file and can instanciate
SqlServerCe doesn\'t seem be supported in .net 4.0. But since I needed an embedded database in my application, I gathered all the necessary 3.5 dlls and included them so that my wpf application could
I\'m using Sql Compact3.5 as my DB with C# .NET In different systems i\'m getting the datetime format differently. In an Windows XP it\'s retrieving the datetime in the format : MM-dd-yyyy HH:mm:ss an
I\'m using VS2008 to create a Compact Framework application for a Windows CE 5.0 device (Datalogic Kyman). I\'m using SQL Server Compact 3.5 in my application. However, I\'m debugging on a Kyman that