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.

"If not exists" fails on SQL CE

I've got an unexpected problem. I'm making a script to update the schema on a SQL CE database. This won't …

sql-server tsql sql-server-ce
SQL Server CE and Visual Studio 2013

So we now know that SQL Server CE is no longer supported with Visual Studio 2013. We can get some access …

.net sql-server-ce visual-studio-2013 localdb
How do I set Identity seed on an ID column using Entity Framework 4 code first with SQL Compact 4?

I am having some problem setting the Identity Seed on the Id column in SQL Compact 4 using the code first …

entity-framework-4 ef-code-first sql-server-ce identity-column
Error storing Image in SQL CE 4.0 with ASP.NET MVC 3 and Entity Framework 4.1 Code First

I'm trying to store/save an image in an SQL Compact Edition (CE) database. I declare the field in my …

image asp.net-mvc-3 sql-server-ce code-first entity-framework-4.1
NTEXT with more than 4000 characters in SQL Server CE in Windows Phone

NTEXT with more than 4000 characters in SQL Server CE in windows phone I have a database in my windows phone …

c# windows-phone-7 sql-server-ce ntext
Why doesn't SQL Server CE support varchar?

I was creating a table in SQL Server CE and realized it doesn't support varchar. Looking this up, I found …

sql-server-ce
The selected object(s) use an unsupported database provider

I'm using Visual Studio 2010 In my project I was added a local database Data.sdf Now I wanna use LINQ …

sql c#-4.0 linq-to-sql sql-server-ce sdf
SQL Server CE 4 DataProvider not available in server explorer

I have installed the sp1 for visual studio 2010 and installed sql server ce 4 runtime. But still not able to create …

c# visual-studio-2010 dataprovider sql-server-ce
SQL CE 4.0 as a InstallShield Prerequisite

I'm making my own prq file to perform the SQL CE 4.0 installation with my WPF application installation. The installer keeps …

sql-server-ce windows-installer installshield