I have developed a WinCE application which uses sqlce3.0.Recently I have gotten very strange error with a simple query like this;
Is there anything like Autonumber field in SQL server CE database file, li开发者_运维技巧ke we have in Access?I want to get it incremented automatically.
I am trying to deploy a simple windows desktop app using a SQL Server database.sdf file. I have followed the steps in this walkthrough about 10 times and I still am having problems. http://msdn.micros
A similar question was asked here but had no answer. I am attempting to use a System.Transactions.CommittableTransaction with EF CTP4 and S开发者_StackOverflowQL CE 4.
I am aware of SQL Server Migration Toolkit for MySQL. But I want to migrate the schema to SQL Server CE. Is there any way to do with Migration Toolkit. Or alternatively,开发者_Go百科 if I first migrat
I\'m programming in Classic ASP. I\'m trying to do the paging. My backend is SQL CE 3.5. Unfortunetly, it doesn\'t support paging in SQL Query (Like row_number() in sql server).
I have small .net application which I sell. I was using Access as database 开发者_高级运维but I think it\'s not flexible and fast enough. Also I\'m planning to enable network database access so I need
Is it possible to executa a com开发者_高级运维mand which drops all tables from sql ce database ?
I am using Sync Framewo开发者_Go百科rk in SL App to sync Sql Server and local SqlCe DB. Having problem in connecting to Sqlce. Getting an Exception here
Hi I have twoDB1.sdf and DB2.sdf file (sql ce).I want to compare the two. I want to check the no of r开发者_开发知识库ows and the space used in each of the database.