Best tool for Creating managing CE 4 databases
I want to make a CE database with about 40 tables lots of indexes and relationships.What is the best tool for doing this?I tried googling and seemed like in 3.5 some people did it with Sql Server...
View ArticleCouldn't find existing RSCB 1 after synchronize SQL Server Compact 3.5 SP2
HiWhen i try to replicate database on my device with server database I get following message on the screen "The IIS service is not available."In the SQLCESALOG is:012/12/15 17:28:57 == SQLCESA Version...
View ArticleWhat to do CE or MS Access or Entity Framework
I have an application that is WPF with SQL Express. Before that is was Windows Forms and Access. Performance was fine with Express and even with MS Access. Now I want to move the app to the web and...
View ArticleSQL CE 4 very poor performance on XP SP3
I've a SQL Compact 4.0 database with Entity Framework 4.3 and Encryption enabled with Platform Default mode and this is its connection string: Data Source={Database File};Password={MyPassword};...
View ArticleCannot use app with sql server ce 4.0 private deployment as external program...
I have the application with SQL Server CE 4.0 private deployment. It's work correctly in standalone mode. But when I try to use this installed application as "external program" in vs2010 for debugging...
View Articleany one tell me the code to connect to .sdf file in c# windows application?
Hi,Any one tell me the code to connect to .sdf file in c# windows application?And tell the requirments to conncet.My sdf file path is thisC:\\Documents and Settings\\koti\\My Documents\\Example.sdfI...
View ArticleSerious issue in production - ASP.net SQL Server Compact 4 - Unable to load...
I have a site that had been successfully deployed on a shared host and up for a few weeks when suddenly I encounter the following.Unable to load the native components of SQL Server Compact...
View ArticleUpdate statement using SQL Compact Query Analyzer
Hi,I have two Tables, TblCust and TblTemp as below: TblCustCustCodeCustName T01 TblTempTempCodeTempName T01Andy SkinnerPlease help me to write an Update statement to update the CustName from TblTemp.I...
View ArticleCannot get SQL Server CE 3.5 to work with Visual Studio 2010
Ok so I have Visual Studio 2010 professional, and when it was installed apparently nothing for SQL Server CE 3.5 was installed with it.I've been trying to install it to use in VS 2010, but all the...
View ArticleSQL Server Compact for WinRT
Hi all some days ago I discovered that at the moment there is no support for SQL CE on WinRT!Do you know if there will be a version of ce for WinRT?king regardsGian Paolo Santopaolo - softwarelab.it...
View ArticleOS Error: The OS storage system (RAM, CF, SD, or IPSM) is not responding.
HiI've got a CE 3.5 database file that I can open in Visual Studio but whenever I try to access it from code I get a SqlCeException with the following message.OS Error: The OS storage system (RAM, CF,...
View ArticleSomething strange in SQL CE 4.0
I am trying to read a SQL CE 4.0 database and I am getting the error HasRows = 'dr.HasRows' threw an exception of type 'System.InvalidOperationException'in both cases, however when I get all rows w/o...
View ArticleSQL Compact 4.0 Connect ReportViewer
HiI am building a local report in a MVC 4 app thats using SQLCE 4.0.The method I am using worked perfectly in another app when using SQL 2012 but its not working using Compact 4.0.When I try and set...
View ArticleCannot use app with sql server ce 4.0 private deployment as external program...
I have the application with SQL Server CE 4.0 private deployment. It's work correctly in standalone mode. But when I try to use this installed application as "external program" in vs2010 for debugging...
View Articleany one tell me the code to connect to .sdf file in c# windows application?
Hi,Any one tell me the code to connect to .sdf file in c# windows application?And tell the requirments to conncet.My sdf file path is thisC:\\Documents and Settings\\koti\\My Documents\\Example.sdfI...
View ArticleSQL Server Compact for WinRT
Hi all some days ago I discovered that at the moment there is no support for SQL CE on WinRT!Do you know if there will be a version of ce for WinRT?king regardsGian Paolo Santopaolo - softwarelab.it...
View ArticleSQL CE 4 TO 3.5
Hello, sorry for my bad english:I have an app that runs in 32-bit OS that create a SQL CE 3.5 database to load the DB in a PDA. But my client have to run the app on a 64-bit OS so i updated the sql ce...
View ArticleWhere is Query Analyzer/
Where is "Query Analyzer"? I am using VS 2008 Standard Edition and Vista in a desktop system; in other words, this is a regular PC type device, not a "device" in the manner that Microsoft uses the term...
View ArticleADP_ConnectionRequired_Fill
Any idea what causes a System.InvalidOperationException with the message:The resource ADP_ConnectionRequired_Fill was not found in System.DataWhen in generated data set code the Fill is...
View ArticleHow to combine multiple .sdf files into one ?
There are multiple SQL Server CE database files (.sdf) created by a project tool in .Net.I need to combine all the .sdf files into 1 .sdf file and be able to use it for data mining.How do I go about...
View Article