Getting data from two tables in Sqlserver CE
I have Two Tables Parent and Child, like employee and department table. I want to display department name(ntext type) sorted by the number of times they occur in Employee table,The one with the most...
View ArticleSqlCe Version problems?
Well not yet anyway but I think in delaying a problem:Im focusing on versioning problem. I have two 64 bit development systems. On both systems I have VS2012 which installs sqlCe V4.o. Neither of the...
View ArticleHelp with database .sdf please
I am trying to figure out how I take data from a text box and save it in a database. But I'm really out of my zone here. I know how to save to a file just really lost when comes to databaselord of...
View ArticleSQL Server CE 3.5 SP2 instability on CE 6 Psion device
Hello, I'have just upgraded an .Net CF 1 application : - from Windows CE 4.2 SQL Server - to Windows CE 6 / SQL Server CE 3.5 SP2 / .Net CF 3.5 The target device is Psion Omni XT15.The "old"...
View ArticleSQL Server CE 3.5 SP2 cab for Windows CE 6 Arm ?
Hello, I developped an .Net CF 3.5 application for Windows CE 6 on Psion ARM4 device. I use SQL Server 3.5 SP2.For deploiement, I used the .cab files sqlce.wce5.armv4i.CAB, sqlce.repl.wce5.armv4i.CAB,...
View ArticleSync Access Database table to SQLCE table
OK, I have a WindowsForms application that uses a SQLCE for user data storage. I also have an Access Database (On network) that I would like to use as a data source. I am looking to sync a table from...
View ArticleError in my program
Dear all,i'm using c# and sqlCeServeur. I've got a terrible error in my programm : The column name is invalid [node name (if any), column name = ProteinesBrutes]. As you can see, there aren't any space...
View ArticleHow to delete a row from a SQL Server CE Table with multiple JOINs?
I want to delete a record from a SQL Server CE table. There are 3 tables scripts, options and results. I would like to remove a record from the results table. The where clause contains dynamic...
View ArticleSqlCe BindingSource.AddingNew object - AddingNewEventArgs.NewObject confusion
OK, I want to use the BindingSource.AddingNew event to create a new database row and automatically fill in some of the feilds before the user enters in the data. For example, I would like to fill in an...
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 ArticleRename table and column
I refer to the online book . But still can't find the way to rename column name . My CE version is 3.5sp1 . Could someone give me some advice ? Thanks a lot . To be code or not . It is a problem.
View Articlehow to select the odd records
I have this tableAPK, debit, Credit, account1, 1, null, Account12, null, 1, Account13, 1, null, Account14, 1, null, Account2I want you to help me a sql command to select the 3rd and 4th records. Means...
View ArticleConverting SQL Server 2008 database to SQL Server compact edition file
HIHow to create an sql server compact database(sdf file) from sql server 2008 database.I want to do this one programatically using CSharp or SQL. Could you please help me on this?
View ArticleSQL Server CE error Cannot open '|DataDirectory|\Test.sdf'. Provider...
I am trying to use SQL Server CE in my MVC 4 web app. I have a class library and I have added the reference to System.Data.SqlServerCe.dll (V4)The code to create the SDF is:String connString = "Data...
View Articlesql ce 3.5 not comment data after insert it by code in c#
SqlCeCommand Cmd = sqlscript.connect.CreateCommand(); try { if (sqlscript.connect.State == ConnectionState.Closed) { sqlscript.connect.Open(); } Cmd.CommandType = CommandType.Text;// Cmd.CommandText =...
View ArticleAn unhandled exception of type 'System.Data.SqlServerCe.SqlCeException'...
I have made a simple project and connected it to a database through datasource. But when I am adding a record or trying to update any record through table adapters it gives me "An unhandled exception...
View ArticleWindows 8 Photo gallery can't start because Microsoft SQL server 2005 compact...
I've installed & uninstalled MS SqlSever 2005 in my system (OS - Windows 8). When am try to access my photo gallery on desktop, I'm getting above mentioned error. How come photo gallery is...
View ArticleSQL Server Compact vs. Jet/ACE
I am trying to get a better understanding of what the benefits would be for using a SQL Server Compact database as opposed to a Jet/ACE database for the following situation:- New WPF application - will...
View ArticleUnable to execute SQLCE script in VS 2012 Express for Windows Desktop
I am new to Entity Framework and SQL Server Compact. I'm trying to use the "model first" method to create an Entity Framework 5.0 model and an SQLCE database. After creating the model, I right-click...
View Article.sdf corruption?
We are using SQL CE as a subscriber in a merge replication topology. Occasionally, users get the following error when trying to sync with the publisher: Cannot connect to...
View Article