Microsoft SQL Server Compact is a free SQL Server embedded database ideal for building standalone and occasionally connected applications for mobile devices, desktops, and Web clients.
The legacy code does it this way: public bool isValidField(string tableName, string fieldName) { bool retVal; string tblQuery = string.Format("…
c# sql compact-framework sql-server-ce windows-ceWhen using WPF and entity-framework I have an APP.CONFIG that looks like the following: <?xml version="1.0" encoding="utf-8"?&…
c# wpf entity-framework sql-server-ceI am developing a simple piece of software which uses Entity Framework code first and sql server compact 4. At the …
c# entity-framework-4.1 sql-server-ceI implemented a bidirectional 1:1 relationship based on this answer: Primary /Foreign Key in Entity Framework I define the bidirectional relation …
ef-code-first sql-server-ce entity-framework-4.1 cascade cascading-deletesI know DataAdapters have performance issues, but are there any ways around it that might be faster? At the moment, …
c# performance datagridview sql-server-ce dataadapterI Use a Sql Server Compact Edition Database File For Store the Data in My Windows Application Software. In this …
sql-server-ce identityI am facing issue while trying to query SQLCE database in my Windows Phone Mango application. I get exception when …
c# linq-to-sql sql-server-ce windows-phone-7.1In my program, I need to copy a template database from the default location, which I understand will be different …
c# sql-server-ce datadirectoryI've designed my SQL CE tables using the built-in designer in VS2008. I chose the wrong names for a couple. …
sql sql-server tsql sql-server-ceI copied over some code from a test app: const string sdfPath = @"C:\WebAPIClient\WebAPIClient\bin\Debug\DBPlatypusCompactDB.sdf"; string …
c# sql-server-ce windows-ce filepath windows-embedded-compact