sql-server-ce
SQLite vs.SQLCE Deployment
I am in the process of writing an offline-capable smartclient that will have syncing capability back to the main backend when a connection can be made. As a side note, I considered the Microsoft Sync[详细]
2023-03-19 09:13 分类:问答i got native Exception on sqlCE - working with Windows-CE
I get Native Exception from sqlCE on Windows-CE and when I try to catch the error with try and catch I still get the error. When I install sqlCE again, it works fine.[详细]
2023-03-19 08:35 分类:问答EF4 with SQL Compact 4, rowversion doesn't update on save
I have a simple console app using SQL Compact 4.0 and entity frameworks 4.The database has a single table called Sectionwhich has three columns: Id (StoreGeneratedPattern: Identity, Type: Int32), Titl[详细]
2023-03-19 06:01 分类:问答Using EF POCO with SQL Server Compact 4
I am developing an application with SQL CE and EF Poco 4. The following code Context public class Context : DbContext[详细]
2023-03-19 04:14 分类:问答Entity Framework Code-First: How to manually update the database?
I\'ve build a little WPF demo app which uses EF Code-First to save its data in a SQL CE 4.0 DB. It works fine unless I remove a property from a model object. For example, if I remove \"HosteBy\" from[详细]
2023-03-18 08:18 分类:问答INSERT statement affects 1 row, but the VS Server Explorer shows that it doesn't actually update the SQL CE database
I\'ve checked other Stack Overflow questions to find answers, but I just can\'t find a solution to this. I am trying to insert string data into a SQL CE (local database).[详细]
2023-03-18 06:58 分类:问答Where is SQL Server CE 4.0 data provider for Visual Studio?
Where is SQL Server CE 4.0 data provider for Visual studio? I want to use SQL Server CE 4.0 with Entity Framework. I have installed a开发者_运维百科ll packages but it\'s missed in list of available p[详细]
2023-03-18 06:49 分类:问答What data types are supported in SQL CE 3.5 (Windows Phone Mango)
What dat开发者_如何学运维atypes are supported in SQL CE 3.5? Specifically can you use the Geography/Geometry types?Geospatial types are not supported.[详细]
2023-03-18 04:27 分类:问答Using System.Web.Providers with Sql Compact
Following the article shanselman i\'m trying to use \"System.Web.Providers\" so you can use memberships, rules and profiles with Sql Server Compact.[详细]
2023-03-18 02:09 分类:问答SqlCeException: Expression evaluation caused an overflow
There are other questions with similar sounding titles, but my case appears to be unique, so here goes:[详细]
2023-03-17 22:23 分类:问答