| Thread | Last Post | Replies |
|
| RDA Push comments | 28 Feb 2005 16:59 GMT | 2 |
Can anyone point me in the direction of any good RDA push strategies\whitepapers or coding practices. I have an .net app that uses it but want to review other practices or strategies. Thanks in advance
|
| No data in the tables | 28 Feb 2005 15:42 GMT | 1 |
Hi, there, After I subscribed to a publication and synchronized the data from the server, I found out some of the lookup tables of the database in the device without data in them, some of them have the data. In the
|
| How can make record insertion into SQL Server CE DB more faster .. | 27 Feb 2005 05:39 GMT | 4 |
Hi, I m reading records from a text file and inserting into SQL CE DB using parameterized query. The total record insetion time taken is 14 minutes for 14 thousands lines of a text file . But my customer may have about 50
|
| RDA Connection issue | 26 Feb 2005 22:12 GMT | 1 |
I wrote a RDA program for my Pocket PC with Windows Mobile OS a year ago which could Pull/Push NorthWind data tables from/to the SQL server with no problem. Now when I try to pull the tale again I got an error (exception):
|
| where download new version | 26 Feb 2005 15:21 GMT | 1 |
can i download a beta version. thanks i can not msdn subscribers. thnaks
|
| How to use RDA in EVC? | 26 Feb 2005 04:17 GMT | 1 |
I'm a newbie in EVC programming. Nowadays I want to use RDA way to use databases in SQLServerCE through SQLserver in EVC enviroment, but I don't know how to get start with?Can anybody give me some help,some advice or some sample codes or some links to learn?Thanks.
|
| Insert Statement null error | 24 Feb 2005 16:37 GMT | 4 |
I have a table that I RDA pull from my SQL2000 database that has several columns with default values. I therefor don't allow nulls on these columns. When I try to do an INSERT without including these columns in by SQLCE application, I get an error message "The column cannot ...
|
| SQLCE + ADOCE using EVC++ | 23 Feb 2005 21:45 GMT | 3 |
I am newbie to SQLCE, ADOCE as well as COM. Does anyone got any sample code for me to get started with? I want to write a simple program on PocketPC that able to access SQL CE and retrieve information on listctrl...etc. Any sample code or any hints where to get started?
|
| upgrade.exe | 23 Feb 2005 16:50 GMT | 5 |
The SQL Mobile Beta 2 BOL mention a tool (upgrade.exe) that runs on the device ane converts a SQL CE 2.0 datahbase to a SQL Mobile 2005 database. Does anyone know where I can obtain a copy of this tool? I didn't find it in the SQL Server 2005 Beta 2 that I downloaded.
|
| sqlce: Data Conversion Failed | 23 Feb 2005 04:17 GMT | 3 |
I posted this too to the dotnet.compactframework, but then found this group - might be a better place? Pardon the cross post....... To me, 'Data Conversion Failed' sounds like I'm matching the wrong data types - but in all my code tracing and viewing data coming into my
|
| Replication requirments to SQL 2000 SQLCE | 22 Feb 2005 20:37 GMT | 13 |
If I am using RDA for remote data access with TRACKING ON do I need to set up a replication on the host database on SQL 2000? I have used some of the older methods in the past and had problems with replication when there were multiple remote PDAs replicating and was hopeful
|
| Windows CE Version 3.0.9348(Build 9616) support Remote Data Access | 22 Feb 2005 19:29 GMT | 1 |
I m receiving the error message from pull() method: "SQL Server CE encountered problems in opening the SQL Server CE database. [,,,Database name,,]" I think that perhaps my Windows CE doesn't support Remote Data Access. The
|
| rdaOleDbConnection | 22 Feb 2005 19:27 GMT | 1 |
I found in examples, one of the RDA pull() (for MySQL Server) parameters as: string rdaOleDbConnectString = "Provider=sqloledb; Data Source=MySqlServer;Initial Catalog=Northwind;User Id=sa;Password=pwd;"; I m using SQL Server 7.0. So what will be the value of Provider and Data
|
| SQL CE installation on Pocket CE | 22 Feb 2005 19:15 GMT | 3 |
I'm not sure about what I'm doing . All I want is to access my SQL database on my server thru a pocket pc app. I'm not a programmer so any suggestions will be appreciated. I've manually installed SQL CE on my device but I have no idea if it is
|
| Multiple Users Synchronising causing issues. | 22 Feb 2005 15:10 GMT | 4 |
We have developed a SQL/SQL CE app that has been working nicely for some time. Now there is an unspecified error when we push data back to the server sometimes. Could this be because multiple users (ie handhelds) are trying to sync at the same time? We are pushing the data to the ...
|