| Thread | Last Post | Replies |
|
| Error 80040E35 while syncing with SQL CE | 06 Jan 2005 21:14 GMT | 5 |
Using SQL CE merge replication, we've seen the following error during bi-directional sync (the upload only phase of sync, which we perform immediately prior to the bi-directional phase, succeeds). Users have sync'd successfully before this error occurs.
|
| SQL Mobile and VS 2003 | 06 Jan 2005 18:57 GMT | 8 |
Good day, Is it possible to access a SQL Mobile database on the device from a VS 2003 project? Thx
|
| Anybody encount such exception ? | 05 Jan 2005 21:57 GMT | 3 |
My CE application has the following symptom: After the accessing to sqlce(actually, after update some records), while the application destroy, the debug (under eVC 4.0) will report an exception happened. It seems some resource could not be free.
|
| How to GMT time | 05 Jan 2005 18:48 GMT | 1 |
How can I get GMT time from SQL server? Is there any idea how SQL server generates GMT time.I mean what is the process follows by SQL server to get GMT time? With regards,
|
| How to get GMT time | 05 Jan 2005 18:48 GMT | 1 |
What is the process follows by SQL server to get GMT time on a system?How canI get GMT time using SQL Server 2000?Please guide me. With regards,
|
| Select within select | 04 Jan 2005 01:29 GMT | 1 |
Does SQL CE support this? The following query failed at column 148 ("...FROM (SELECT CREATEDATE...") If so, is there any work around? ----
|
| Getting record count very slow | 03 Jan 2005 23:59 GMT | 2 |
Due to circumstances out of my control, I have a data table with nearly a million records. Calling select count(*) on that table is very slow. I read that in SQL Server enterprise creating a non-clustered index on a column with a small data type would greatly speed up this ...
|
| SQL server does not exist or access denied - .net compact | 03 Jan 2005 08:37 GMT | 2 |
I am developing an application for Pocket PC Mobile 2003. I am trying to connect to a sql server with the following connection parameters in vb.net compact framework: Dim cn As SqlConnection cn = New SqlConnection cn.ConnectionString = "Data Source=192.168.1.109;database=TRAKSTAR ...
|