Operating system does not support encryption
Hi, We are using SQL Server Compact Edition v3.1. We have 2 users running on Windows XP with Service Pack 2, who are getting errors that the Operating System does not support encryption when creating...
View ArticleSQL CE 3.5.1 IIS The operating system does not support the Encryption Mode...
I got error "The operating system does not support the Encryption Mode provided." when tried to create a SQL Server Compact Edition SP1 database with password (see folling code) in a WCF...
View Article@@identity
I'm having the issue where @@identity returns null. I've seen several responses that @@identity is a session variable. I'm coding directly with ado.net(sqlserverce) I execute my insert and then do a...
View ArticleSQL CE 4.0 Password Protection
To Whom It May Concern, I am looking forward to using SQL CE in an upcoming development which has to be very secure, but I am alarmed by the plain text password in the connection string. The...
View Article@@identity
I'm having the issue where @@identity returns null.I've seen several responses that @@identity is a session variable.I'm coding directly with ado.net(sqlserverce)I execute my insert and then do a...
View ArticleSQL Server Compact 4.0 random Access Violation exceptions with multi-threaded...
I have a multi-threaded WPF application with background threads performing queries into a SQL CE database. I have been running the app with SQL CE 3.5 SP2 and have been experiencing occasional File...
View ArticlePrivate deployment of SQL CE Ole Db
Hey Guys,I currently have a problem with the private deployment of the SQL Compact Edition 4.0 on 64bit machines using the ole db driver.I have built a C++ application which uses the OLE DB driver to...
View ArticleHow to retrieve first and last rows in sql server 2005 compact edition
in sql server there is first and last functions to retrieve first and last rows but its missing in compact edition. so how to retrieve first and last rows in compact edition.
View ArticleSSCE_M_DATABASETOOBIG NativeError 25104 Handling Before it throws
I need to handle the SQLCE Native Error 25104 corresponding to Database Too Big error. My application logs entries to the SQL CE 4.0 database and I have max database size set to 4091 (allowed max MB)....
View ArticleSystem.Data.SqlServerCe questions
System.Data.SqlServerCe namespace is the managed data provider for SQL Server Compact Edition.I've got a VS2005 Smart device app that uses CF2 an CE3.1 in Windows CE 5 devices.I'm moving the app to...
View ArticleProblem insering data with sqlcebulkcopy
I use the code below to insert data from datatable into Sqlce compact database without problem:Dim bulkInsert As SqlCeBulkCopy = New SqlCeBulkCopy(connString)bulkInsert.DestinationTableName =...
View ArticleSQL CE v3.5 SP2
Hi All Replacing same question from "http://social.msdn.microsoft.com/Forums/en/vssmartdevicesvbcs/thread/b85cebd4-10e4-4965-961c-e8eb16b1de8f?prof=required" as it looks like this is the right place...
View ArticleDistribute SQLServer CE to Windows XP and above
I have an application which I developed using SQL Server CE 4 and distribute it using Clickonce.In the project, I added the SQL Server CE 4 reference by using Nuget. Nuget will automatically create two...
View ArticleMerge Repl using SQL Compact 3.5 sp2 --> SQL 2012 is it possible?
Installed the latest server tools, (cumulative update 7)Mobile device (winmobile 6.1) syncs fine to sql server 2008 r2but not on 2012:2012/11/21 14:38:58 == SQLCESA Version ==> 3.5.8089.0 2012/11/21...
View ArticleLoosing particular records while sync'ing
Greetings folks (especially ErikEJ),I have a little bit of a conundrum.I have been syncing my "Client" table successfully for a while, these clients have PID (Personal identifiable information) so I...
View ArticleAccess Database Synchronizer in VB.net
I've created a windows mobile 6 application in vb.net that manages a sql ce 3.5 database. Now I'm trying to write a client desktop application that uses the Access Database Synchronization service to...
View Article|DataDirectory| substitution string support fails
Hallo, I use the substitution string "DataDirectory" in the Connection String for my sql Compact Database. Before upgrading to Visual Studio 2012 and SQL Server Compact 4.0 it worked fine. But now the...
View ArticleReplication of Index question
Hi,I have Sql Server 2008 R2, that replicates a few tables out to windows mobile 6.1 devices that use SQL Server Compact 3.5. I just added 3 new columns to one of my tables, and also a new index to...
View ArticleSQL Server Compact 4 Invalid Provider
Hi, I've created an application using WPF (.Net 4) and SQL Server Compact 4.0 that is working just perfectly (VS 2012 + Windows 7). In my project the database opens with VS 2012 in the server explorer...
View ArticleIs SQL Server CE 4.0 stand alone from other versions of SQL?
Hello, I have a question that I need to have clarified. I am trying to deploy a stand alone project that I made for a client which I embedded a SQL Server CE 4.0 database in. I need to have SQL Server...
View Article