| Thread | Last Post | Replies |
|
| What does "in-proc database" mean? | 16 Jul 2006 01:37 GMT | 2 |
On Sriram Krishnan's blog he writes, "Sql Mobile is a super-lightweight, in-proc database that runs on devices. The key phrase for me personally is 'in-proc'. This means that there is no IPC involved and as a result, performance is blindingly fast."
|
| Intermittent 25016 - Duplicate Key Values using identity ranges and replication. | 15 Jul 2006 19:24 GMT | 2 |
I have a big problem with a publication used by approximately 10 mobile devices. Every now and then after a replication some of the tables are updatable but inserts fails with the horrific 25016 error code. I use identity ranges for the tables and the synchronization method is
|
| Batched Queries in SQL Everywhere | 14 Jul 2006 21:43 GMT | 1 |
It appears like the Data Provider for SQL Server Mobile does not support batched queries. Is this also the case for SQL Everywhere? If so, will this remain so in the final release of Everywhere? Assuming that the data provider does not support batched queries, how would
|
| SQL Server Everywhere databases and SQL Server Management Studio Express | 14 Jul 2006 07:54 GMT | 4 |
I it possible to edit SQL Server Everywhere databases with SQL Server Management Studio Express? Thanks
|
| Sql Server 2000 and Sql Server Tools on two Server. | 10 Jul 2006 22:02 GMT | 3 |
we have a strange problem with one of these test configurations: 1) Sql Server 2000 SP4 with SQL Server CE Tools SP4 on a Windows XP with IIS 5.1. 2) SQL Server CE Tools SP4 on a Windows 2003 with IIS 6.0 that connect to
|
| SQLCeConnection string to server | 10 Jul 2006 18:07 GMT | 8 |
I am try to make application for packet pc. I want to create connection direct to my server without using file .sdf Here is my source code Dim remoteConnectionString As String = "Provider=SQLOLEDB;" & _
|
| failed alternative XML file approach against slow SqlCE bulk inser | 08 Jul 2006 07:07 GMT | 8 |
There are 50,000 records in a text file that I import to SqlServerCE so that I can start inventory process. But due to a slow performance of .NET CE it takes a significant amount of time.
|
| insert error | 07 Jul 2006 14:39 GMT | 1 |
I am developing an application for a windows ce.net 4.2 terminal. I use the below code. I can get the products to a text box. But when I try to insert a record it gives error "An unexpected error has occured in XXXX file" It can select the records but can not insert record. Why can ...
|
| Everywhere Edition CTP | 04 Jul 2006 22:54 GMT | 4 |
Is there any date as to when SQL Server 2005 Everywhere Edition will be released? It has worked wonders in a project for our clients but we're hesitant to distribute it since it is a CTP. Does anyone have any thoughts or relevant links?
|
| Replication | 04 Jul 2006 18:49 GMT | 2 |
i have to merge data to sql server via gprs in my application developed in vb 6.0. can any one help me how can i send data to sl server via gprs Thx a lot
|
| DBPROP-undeclared-identifier | 03 Jul 2006 05:17 GMT | 2 |
I am developing an application using EVC for my windows CE .NET reader to access sql server CE on it. I am following the sample application northwindoledb.
|