Top "Sql-server-ce" questions

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.

How connect to SQL Server Compact 4.0 in ASP.NET?

I want connect to SQL Server Compact 4.0 in my ASP.NET application. Here is example of code: protected void Page_…

sql asp.net connection sql-server-ce
Delete parent with children in one to many relationship

I have a .NET4.0 application with Entity Framework 5.0 e Sql Server CE 4.0. I have two entities with a one to …

entity-framework .net-4.0 sql-server-ce entity-framework-5
sqlbulkcopy using sql CE

Is it possible to use SqlBulkcopy with Sql Compact Edition e.g. (*.sdf) files? I know it works with SQL …

c# sql-server-ce sqlbulkcopy
Methods to migrate SQL Database (mdf) to SQL Compact Edition (sdf)

I have 4 SQL Server 2005 db's that I want to move to SQL CE. I know I cannot keep the SProcs,…

sql-server-2005 migration sql-server-ce
How to change the column order in a SQL Server Compact Edition table schema?

I'm using Visual Studio 2008 to design a SQL Server Compact Edition database (*.sdf). I had to change the schema of …

database visual-studio-2008 sql-server-ce
Ado connection to SQL Server Compact Edition 4.0

I want to connect to SQL Server Compact Edition 4.0 from an old asp-classic site but i always get the error: "…

asp-classic sql-server-ce connection-string ado sql-server-ce-4
An overflow occurred while converting to datetime using EF4

I have a windows application working with a SQL Compact 4.0 database, using EF 4.1 and code-first approach. I cannot save an …

asp.net-mvc ef-code-first entity-framework-4.1 sql-server-ce
Is there an easy way to store an array into a single column in a SQL Server CE database?

I have reviewed possible answers here (for PHP, I think): http://www.lateralcode.com/store-array-database/ but I am unable to …

c# sql-server-ce webmatrix asp.net-webpages
What is the number of maximum concurrent connections for Sql CE 3.5?

as google does not deliver what i want to know, i try to ask stackoverflow :) what is the number of …

sql-server-ce
How to Move a Tracked File to Untracked using Visual Studio Tools for Git

Started experimenting with git. Inadvertently added all the files in the project to "Included Changes" in Team Explorer. I committed …

git visual-studio-2013 sql-server-ce team-explorer