| Thread | Last Post | Replies |
|
| Convert Access to SqlServerCe .sdf File | 30 Sep 2007 09:41 GMT | 1 |
Is there a way to convert a MS Access Mdb file to a SqlServerCe .sdf file?
|
| Internal error on RDA Pull | 30 Sep 2007 09:39 GMT | 1 |
I received the following error during an RDA Pull operation: Internal error: Either the computer running IIS is out of memory or an incorrect session ID was sent in a request. [ Session id = 4 ] The error seems to be random and fairly infrequent, so I'm not sure
|
| Issue with SQL Server 2005 Mobile and SD Cards? | 25 Sep 2007 20:55 GMT | 5 |
Our application uses a database on an SD Card. We encounter strange errors sometimes when we attempt to access it. The errors are: 0x80004005, Description: Unspecified error; Minor = 0. Once this occurs it never can recover. A soft reset sometimes solves
|
| FlushFailure event on Remote performance monitor | 24 Sep 2007 16:21 GMT | 1 |
I'm testing my C# application on the SqlServer CE 3.1. The sdf file is in the Secure Digital. When i want to query the database i make a new Sqlceconnection Object, then i Open,Close and dispose that.
|
| SQL CE 2.0 and Windows Mobile 5 Replication Error | 24 Sep 2007 09:18 GMT | 1 |
I am attempting to migrate an application (.net CF1.0 / SQL CE 2.0 using merge replication with SQL 2000 db) from a device running Pocket PC 2003 to one running Windows Mobile 5. I have installed all components without issue and am able to browse on the mobile device to the ...
|
| URGENT: Not enough storage is available to complete this operation. - I am going crazy over this. | 22 Sep 2007 14:56 GMT | 1 |
I am trying to stop my app from crashing. I have read the documentation and am disposing of everything properly. Can someone please tell me why I get the following error: System.Data.SqlServerCe.SqlCeException was unhandled
|
| RDA Concurrency Issue | 21 Sep 2007 23:04 GMT | 4 |
I'm currently trying to test our prototype application using RDA festures for synchronization. It had come a long way since we started off with merge repliacation and sync services. We use SQLCE 3.1 for the client database, SQLServer2005 on the server.
|
| SQL Server support on Windows CE 6.0 | 20 Sep 2007 18:48 GMT | 10 |
I have tried installing the windows ce sql runtime cab files from visual studio 2005 such as sqlce30.wce5.x86.cab into a running windows ce 6.0 OS. I get a message that the file is not compatible with the operating system. When I force the file to load anway and then run an ...
|
| Column Padding | 19 Sep 2007 19:07 GMT | 13 |
I just converted my 2.0 db to 3.0 and am running into problems where sqlce appears to be padding some of my columns which are varchars. For example my where clause "WHERE device_id = "1966" doesn't return anything while "WHERE device_id LIKE '%1966" and WHERE RTRIM(device_id) = ...
|
| Data Provider for SQL Server Compact | 18 Sep 2007 17:27 GMT | 1 |
In VS.NET, from the Data menu I try to add a new connection to *.sdf file, but I don't have any Data Source for SQL Server Compact Edition when I click "Change" button. I installed the following file:
|
| Upgrade.exe keeps failing | 18 Sep 2007 09:21 GMT | 4 |
I am trying to use the SQL Server Mobile Database Upgrade tool, Upgrade.exe. It was giving me error 25046, "database file not found", byt I've solved that and I'm not getting that error any more. What I am now getting is 25017, which means "the database file is corrupted"
|
| Requirements for replication | 17 Sep 2007 17:04 GMT | 1 |
Is an ActiveSync connection between the Device and my PC enough to perform replication or necessarily a network connection (for example via Wi Fi) is required in order to send a request from Device to IIS for creating subscription?
|
| How to acess SQL CE on IE mobile? | 14 Sep 2007 16:12 GMT | 1 |
I have a CE 5.0 machine with SQL CE and IE mobile. I want to develop a web UI which can access SQL CE and display data. But there is no ADOCE support on WinCE 5.0. I use VC2005 C# create a test .NET dll,
|
| SQL CE and unknown databasefile | 12 Sep 2007 23:37 GMT | 5 |
I have httpd webserver and once i give <ipaddr> it goes to remote admin. I was able to receive the messages once i run dbconnect. asp code(my sample code)in my webserver. The code just opens connection with sqlserver.
|
| SQL Server Mobile instead of SQL Server Compact Ed. in "Subscriber Types" | 11 Sep 2007 20:18 GMT | 1 |
I'm enabling RDA/Replication between SQL 2005 (9.0.2047) and SQL Compact Ed. (ver 3.1) on Windows Mobile devices. I've installed SQL Compact Ed. Server tools (3.1) on the SQL Server machine but when I am creating a new publication, in the Subscriber Types window it
|