| Thread | Last Post | Replies |
|
| Error 28559 - newbie at wits end | 04 May 2005 15:42 GMT | 1 |
Not that I have a whole lot of wit anyway but.. I'm coming from a VFP/SQL2000 background so I'm working against several technology gaps here. I am attempting to use RDA in a C# CE app running on Win CE.NET to pull data
|
| Error 28554: | 03 May 2005 23:37 GMT | 4 |
Our system have been running fine for a few months, but today a user got this error. We are using RDA. BOL says "Error 28554: The number of rows at the client does not match the number of rows at the server."
|
| progres bar | 03 May 2005 19:40 GMT | 3 |
With Sql Server CE 2.0, is it possible to capture the progression of a merge replication --> progress bar. I had replications that need half an hour and I'd like users to see it is not hanged.
|
| can you install CE on same server that has 2 instances of MSDE | 03 May 2005 17:10 GMT | 2 |
Are there any issues with installing SQL Server CE on a server that already has 2 named instances of MSDE? Thanks.
|
| rowguid column NewID() failing | 03 May 2005 17:07 GMT | 4 |
I have a SqlCe database on PocketPC 2003 and run inserts and updates to the tables through a .NET application using a SqlCeDataAdapter object. I'm not explicitly inserting values for the rowguid column and
|
| Does changing vertical filter with SQLCE Replication need redownloading table data ? | 03 May 2005 16:45 GMT | 1 |
I use SQL Ce replication to transfert data. If I add column to the replication (changing vertical filter), does the whole is re-downloaded or just the added column ? Thanks,
|
| Problem with Insert and Datetime | 03 May 2005 08:31 GMT | 3 |
i use sqlce italian version, and when i try to insert a datetime value in the row i have 1900-01-01 00:00:00. Can help me? Raffaele
|
| Cannot insert into ROWGUID column in a merge replicated database | 03 May 2005 03:01 GMT | 3 |
Hello. I am attempting to insert a row into a column specified as ROWGUID into a table which was created as a result of merge replication. Here's what I would try: mySqlCeCmd.ExecuteNonQuery(
|
| TFAT | 02 May 2005 15:28 GMT | 1 |
We are having problems with databases becoming corrupted when there is a power loss where compacting doesn't always fix the databse. I was just reading about the transaction-safe FAT (TFAT) file system. http://msdn.microsoft.com/library/default ...
|
| How do I install sql mobile server components (sscesa30.dll) on sql 2000? | 02 May 2005 09:52 GMT | 2 |
In order to get sql rda or syncronization to work the handheld connects to sscesa30.dll. I have tried to install the server replication components on a windows 2003 server with sql 2000 sp3. Can anyone please provide an howto and tell which version of the
|
| Problem browsing sscesa20.dll URL | 02 May 2005 05:44 GMT | 2 |
I have installed SQL Server CE 2.0 SP3a tolls on our production server running SQL Server 2000 (Standard Edition). Our Server is behind a CISCO firewall. I am having the following problem browsing the sscesa20.dll URL from my
|
| unable to create a second table | 01 May 2005 10:00 GMT | 1 |
I'm using vb.net 2003 and sql server ce 2.0. I have a little problem. My code doesn't want to create the second table and doesn't want to insert data in the first table.
|