Change tracking management
I am trying to handle change tracking on a SQL Server Compact 4.0 database using the following article: http://msdn.microsoft.com/en-us/library/gg213830%28v=sql.105%29.aspx But I don't find a way to...
View Articlewhat is wrong with my visual studio 2010 express project setup with sql ce 3.5?
I'm getting unexpected behavior: - the intellisense fails to show some queries I created in the datset for the datatable. - the datatable fill mehod was sorted with order by clase, and I was albe to...
View ArticleSQL Version Check
Working with SQL Server withing Visual Studio 2008. From add/remove programs, I see that SQL Server 2012 64bit and SQL Server Compact 3.5. SP2. How does one tell which version is in play with regard...
View ArticleError: side-by-side configuration is incorrect
Good morning, I'm attempting to build a website using VWD 2010 Express that uses a SQL Server CE 4.0 database. It is working on my development system, but when I publish the project to a hosting...
View ArticleNot Enough memory available to complete this operation (faulting...
Hi I had encountered with the following exception while inserting the huge data(around 700-1000 records) in sqlce 3.5 in compact application version. We are disposing all sqlce objects like...
View ArticleHow to implement sorting in DataGrid with SqlCeResultSet as Source?
Hi All, How to implement sorting when the header of a column in DataGrid is clicked and the DataGrid is bound to a SqlCeResultSet. Thanks in advance.sankar
View ArticleHow to Convert a ResultSetView into a Quearable collection?
Hi, How to Convert ResultSetView into a Quearable collection? Thanks sankar
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 ArticlePhoto gallery cant start because Microsoft SQL server 2005 compact edition is...
I tried to open the photo gallery and a pop up window came up and stated that my SQL server was missing, this is the second time this has happen. I have fixed this problem before but forgot how to fix...
View ArticleHow to get each row of the data for Windows phone
Hi if there are more than 1 record, how do I read each row of record ? var Cat = from c in context3.TblShop where c.CityId == Convert.ToInt32(g_strCityId) select c;...
View ArticleDatabase wil not run on other PC
I made a local database in SqlCe . New SqlCeConnection("Data Source=C:\test\Database1.sdf") But my program wil not run on other pc , what do i have to install to open de database. Pc is Windows 7 pro
View ArticleICommandText::Execute() causes mem leaks?
Howdy folks!I'm trying the VS2005 addon Deleaker for the first time, and noticed I got about 40 "heap" memory leaks after the following m_pICmdText->Execute() call. Both m_pICmdText and...
View ArticleSS CE 4.0 + WPF.DataGrid + SqlCeResultSet
Does there already exist a solution to display the content of SqlCeResultSet.ResultSetView in a WPF.DataGrid.ItemsSource? The rows and correct values exists in the result set, but they are not...
View ArticleViews in SQL Compact?
I was wondering if SQL Compact will ever support Views and/or other features that currently only work for SQL Express? We have corporate software that we'd like to roll out to clients as a desktop...
View ArticleSQL Compact database created on Windows 7 cannot be open with read-only mode...
I'm having a strange issue with SQL Compact database. I wonder if somebody experienced same issue and know the solutions. 1. I created a new SQL Compact 3.5 database from Visual Studio 2010. This...
View ArticleHave function to compare and select numbers base on range using SqlCe for...
Hi, I store all the GPS Location in SqlCe DB for all the streets I had been there before. The purpose of this Windows Phone app is to quickly check all the GPS location in the Database and find a...
View ArticleConvert UTC time to local time in SQL CE
Hi, I need to convert UTC time stored in the local CE store to local time and present it to the user. GetUTCDate is not a recognized function in SQL CE. Is there a way to convert UTC time to local time...
View ArticleRDA pull() error when using column aliases
I'm using SQL CE 3.5 to pull data to a PDA. On the pull() side, we use stored procedures to get the data. On the push() side, we push to a table with an INSTEAD OF INSERT trigger; the trigger looks...
View ArticleConvert Access database to sql server 2005 compact edition
Is there any way to convert an Access or SQL server 2005 database to SQL server 2005 compact edition database?? Thank you very much!!
View Article