| Thread | Last Post | Replies |
|
| Remote Daata Access Problem | 21 Nov 2005 21:37 GMT | 2 |
Sorry, but I have to know this. Is there a known serious with Remote Data Access? Because I jump to the conclusion that it just isn't working too well. I searched your forum for Remote Data aAccess problems and there are many
|
| synchronize bytes/sec | 21 Nov 2005 21:26 GMT | 1 |
Is there a way to find out when i am synchronizing using the SqlCeReplication how many bytes/sec are transfering via synchronization?? Because my synchronization method will take place over Gprs and it will
|
| Replication Timeout | 21 Nov 2005 21:21 GMT | 1 |
I am using the SqlCeReplication method (as below in my code example) and i want to set the loginTimout property in order for the .Synchronize method to stop(timeout) when there is not an active connection between the device and the pc(on the pc is the sql
|
| PlatformnotSupported---> Collation Problem? | 18 Nov 2005 19:22 GMT | 1 |
I have searched all over the net. The only thing I found is use something like dataset.cultureinfo(""). However, this solution just doesn't work with my English PPC(and no, changing the collation of the database is not an option). Is there any way other than using SQLClient ...
|
| How to tell which service pack of SQLCE is installed on the desktop | 18 Nov 2005 11:47 GMT | 3 |
The title about says it all. For merge replication, I need to make sure the service packs match up between SQL2000 and SQLCE. How do I tell which SQLCE version is in?
|
| Pocket PC Deployment Issue in Windows Mobile 5.0 | 18 Nov 2005 10:00 GMT | 2 |
I have created a Pocket PC application in .NET 2003, which is running in Pocket PC 2003. Now I want to install same cab file in Windows Mobile 5.0 without upgrading the source code to .NET 2005. I tried it so many times, but its showing some error message. What are the steps I want ...
|
| Authentification problem in Remote Data Access | 18 Nov 2005 08:19 GMT | 5 |
I try to make a pull operation from an SQL SERVER 2005 database to a SQL Mobile 2005. I set Integrated authentification on IIS and SQL SEvrer authentification in the database. It passes the IIS authentification, but not the sql Server one. In addition, I tried to connect ...
|
| Also Having Trouble Installing SQL CE 2.0 | 18 Nov 2005 03:24 GMT | 5 |
My particulars are - SQL Server 2000 sp 3a - IIS 6.0 I'm attempting to install sqlce20sql2ksp3a.exe and I'm getting the infamous
|
| Reading <datafile>.sdf on Desktop | 17 Nov 2005 14:44 GMT | 4 |
I want to FTP SQL CE's sdf file from Pocket PC to Server and read the data from SDF file for processing. I am using SQL CE 2.0, SQL Server 2000(sp4) and Pocket PC 2002/2003. 1) Can we read from SDF file in Windows Desktop app ?
|
| Inserting null value in nvarchar column | 17 Nov 2005 10:47 GMT | 3 |
I must insert in a table a uniqueidentifier column. This column can sometimes be null or not. I'm using parameters: SqlCeParameter param = null;
|
| Extract files from an exe? | 17 Nov 2005 05:52 GMT | 2 |
Darren, I hate to think that I've missed something really basic but I'm not sure I know how to extract files from an exe file. Bill
|
| Trouble connecting to SQL Server 2000 from Windows Mobile device | 16 Nov 2005 19:32 GMT | 1 |
I am having trouble connecting to a SQL Server 2000 server on our network. The device is connected wirelessly to the network. I can ping the IP address of our SQL Server from the mobile device. I can get on the internet using the device. But I get an SQLException when trying to run ...
|
| What are these columns for - in a merge repl table | 16 Nov 2005 15:41 GMT | 4 |
Hello all... I notice that there are several columns (besides the ROWGUID) that are added to a replicated/published table. Some of the columns have names like:
|
| SQL Mobile 2005 Connectivity Tools - where are they??? | 16 Nov 2005 14:48 GMT | 2 |
Where are these located. I am trying to upgrade my CE 2.0 replication share to version 3 but cannot find the connectivity tools. I am running SQL server 2000 and do not have a copy of SQLServer 2005 running. The microsoft web site says they will be available soon to download ...
|
| Subscription limit in SQL Server 2005 | 16 Nov 2005 13:32 GMT | 1 |
For a publication in SQL Server 2005, is there any limit to the number of subscriptions we can create in Pocket PC? If yes how many? We are developing Pocket PC applications using C#.NET and synchronizes using merge replication technique.
|