| Thread | Last Post | Replies |
|
| How to set right index on table | 30 Sep 2005 21:54 GMT | 1 |
I've got following table: Id1 integer Id2 integer Val Varchar(25)
|
| Do I need another publication? | 30 Sep 2005 21:40 GMT | 1 |
I'm trying with Merge Replication and SQL Server CE 2.0 in a Smart Device application developed with VS.NET 2003. I do want each user to download only data related to him, that is, a patient would download from general Appointments table, only
|
| WHERE IS SQL Server CE ISAPI.DLL? | 30 Sep 2005 21:35 GMT | 1 |
I am trying to configure SQL Server CE in IIS 6.0. someone told me that I needed to copy CE ISAPI.DLL manually using IIS Manager but i cannot find it. somobody know where is it? Thanks in advance,
|
| SQL Server CE and VS2005 | 30 Sep 2005 21:31 GMT | 1 |
Is there a new version of SQL Server CE to use with VS2005 and SQL Server 2005? TIA Harry
|
| Host_Name() and row filtering in Merge Replication | 30 Sep 2005 11:40 GMT | 2 |
Using Merge Replication, I do only want a smart client to download/synchronize only rows affecting him. I've been looking up but have seen that cannot perform a row filtering based on customerID. If I would choose this approach, I would need to
|
| SQL CE new comer! | 30 Sep 2005 02:33 GMT | 2 |
Could somebody here give me an idea on how SQL CE works? i wonder if this is the same as a mornal sql server which i install on the server and write an application to read/write to the db. Do we install SQL CE on the PC or PDA?
|
| Error During Synchronization:While synchronizing data between the PDA and MS SQL Server database | 28 Sep 2005 04:00 GMT | 1 |
Hi all... please have a look at the problem i am facinf regarding the syncrhonization. please help me for the same. problem 1:
|
| Initializing SQL Server Reconciler has failed. HELP | 27 Sep 2005 09:47 GMT | 4 |
i'm using SQL Server CE 2.0 in my application. When i try to synchronize my database by calling replicator.Synchronize(); errors :
|
| eVB with SqlServerCE | 26 Sep 2005 22:29 GMT | 3 |
I'm writing an application in eVB3 that will use a SqlServerCE database.After many operation with my database this error appear "Not enough storage is available to complete this operation".
|
| wceload.exe error detection | 26 Sep 2005 08:42 GMT | 2 |
How can I get errors thrown by wceload.exe ? I launch wceload from a custom autorun.exe, but I don't know how to check if it succeed. Thanks,
|
| RDA connection using Windows Authentication and using a non-http protocol | 26 Sep 2005 08:33 GMT | 2 |
Is there any way the capability to do an RDA connection using Windows Authentication and using a non-http protocol (possibly using SQLClient as opposed to SQLCEClient). Is there any way to work around on this with out using http protocol.
|
| SQL Mobile - detect ongoing replication process? | 24 Sep 2005 09:31 GMT | 6 |
Is there a method or way to tell if the SQL Mobile database is currently engaged in a replication process? We have our replication processes running in the background (invoking the async replication methods that are built into SQL Mobile) and when our application closes...I'd ...
|
| RDA, Merge, Web Services | 24 Sep 2005 08:01 GMT | 2 |
I'm new to smart device application development, so forgive the stupid questions. Do you have to do one of the three listed in the subject box? For example, I'm designing an app for a scan gun that is running CE 4.2 that is going to
|
| not able to connect to new ly crwated database | 24 Sep 2005 04:16 GMT | 1 |
I do get an exception code: 26302 The specified data type is not valid. when trying to connect to a newly created database:
|
| best practice for handling sql mobile datetime datatypes? | 24 Sep 2005 04:13 GMT | 1 |
i have a database that has date time fields that can be null. when i retrieve the date time value using a sql mobile resultset as shown below. i get an error if the value is null. what is the best practice to handle null date values. i'm passing this value into a constructor for ...
|