| Thread | Last Post | Replies |
|
| Convert SQLCE 2.0 database to SQL Mobile (SQLCE 3.0) format | 13 Feb 2005 09:22 GMT | 4 |
Does anyone know how to convert CQLCE 2.0 database to SQL Mobile (SQLCE 3.0) format? I am using Visual Studio 2005 and am in the process of upgrading an application from CF1.1 / SQLCE2.0 to CF2.0 / SQLCE 3.0.
|
| Merge Replicatipon Problem | 11 Feb 2005 19:31 GMT | 4 |
I'm a newbie in Merge Replication. I set up the Northwind CE sample solution but it did not work at all. Actually, in the SQL Server 2000 (SP3) appears that the Merge Agent (Under Replication Monitor) Status is Succeeded every time i try to do the
|
| oledb provider for sqlserverce 2000 is thread safe | 11 Feb 2005 10:36 GMT | 1 |
Is oledb provider for sqlserverce 2000 thread safe. Is there any known issues? Its behaving strange. Anand ---
|
| Cannot access Sscesa20.dll? | 11 Feb 2005 09:13 GMT | 6 |
I have a windows 2003 server installed with SqlServer 2000, SqlCe 2.0 , and IIS 6.0. The problem is i cannot access Sscesa20.dll from myy pocket oc application. Yet, i can connect to the iis. My virtual host for sqlce is http://myserver/sqlce and when i request it, it ...
|
| OLEDB access in sqlserverce 2000 | 10 Feb 2005 22:03 GMT | 2 |
when we do a select (having multiple joins) from sqlserver ce 2000 using OLEDB and simultaneously from another thread tried to load a library . the load library fails. The actual ram usage is just 40% but the load library returns error out of memory. There is no memory leakage as ...
|
| Lost data in sqlce server | 10 Feb 2005 14:38 GMT | 6 |
I have a customer that got an sqlce exception during his field work. He doesn't remember what the message was exactly but aparently half of his work "disappeared" from the database. He hasn't done any work since the incident and I wonder if it is possible to extract the missing ...
|
| (Firewall&SQLCE) Authentication Choice? | 10 Feb 2005 00:37 GMT | 1 |
I have windows 2003 server installed with SQLCE and IIS and its firewalled to the internet. According to these settings, what can be the right choice for sqlce authentication. And the second question, i am now LAN in my company, but i cannot connect to the dll needed for sqlce ...
|
| Sqlce Authentication? | 09 Feb 2005 17:23 GMT | 2 |
I have windows 2003 server installed with SQLCE and IIS and its firewalled to the internet. According to these settings, what can be the right choice for sqlce authentication. And the second question, i am now LAN in my company, but i cannot connect to the dll needed for sqlce ...
|
| DataTable | 09 Feb 2005 09:05 GMT | 6 |
I have the following problem: I display some data in a DataGrid (4 columns) and the DataGrid allows sorting. When the user clicks on a certain row detailed information about the clicked row is displayed on a second form. The problem is when I sort after a column header the rows ...
|
| SQL Server under the CompactFramework | 09 Feb 2005 03:28 GMT | 1 |
Are there any articles that address what is possible using SQL technology from within the WinCE (CompactFramework) environment? Is it possible to connect to an SQL Server from within the WinCE environment? Some samples would be great.
|
| Bulk Insert Problem? | 08 Feb 2005 09:03 GMT | 6 |
I have a table that has to be updated every day, and it includes over 19.000 rows, and i am developing pocket pc application. The problem is when i want to update these rows from my remote server running on windows 2003 server with IIS and SqlCe, it throws exception because it ...
|
| SQLCE on a CF or XD memory card... | 08 Feb 2005 05:16 GMT | 6 |
To help minimize the chances for data loss, we have been creating our SQLCE database files on the CF or XD non-volatile storage cards in our various Symbol PocketPC 2003 devices. We did some rather "sterile" tests and found performance to be only slightly worse than when the ...
|
| Dealing with null DateTime fields | 07 Feb 2005 16:53 GMT | 2 |
If a SqlCE database contains a null value for a date field, how can I reflect that in C#? If I do this: DateTime myDate = DateTime.Parse(datarow["dbDate"].ToString());
|
| Pocket PC/ WLAN / SQL Server | 07 Feb 2005 15:16 GMT | 2 |
I have an application on Pocket PC. The program is working well the last time it has been tested. I am only using "INSERT", "SELECT", "UPDATE" normal programming routine. The user is leaving the PDA standing by for ages then when he tries to use
|
| Error using RDA Pull command. | 07 Feb 2005 14:40 GMT | 1 |
I get the following error on one of the tables being downloaded. It has in the same procedure just downloaded 5 tables successfully. "A duplicate value cannot be inserted into a unique index. [,,,,,]" The table def is
|