| Thread | Last Post | Replies |
|
| .NET Compact Framework | 31 Aug 2007 12:04 GMT | 3 |
I'm new in the world of CE programming! I have written a simple mobile application (VS 2005) and I want to prepare it for deployment. 1) Which CAB file installs the .NET Compact Framework 2 on device?
|
| Importing Data | 29 Aug 2007 09:56 GMT | 1 |
Is it possible when the device has connected to PC via ActiveSync, my application from PC connects to device and query the tables of *.sdf file from device? Actually I want to have access to both *.sdf file and other databases in SQL Server Developer Edition.
|
| SQL Mobile Replication subsciption and Hard Reset | 24 Aug 2007 09:26 GMT | 2 |
My application uses sql ce merge replication on Windows CE 5 devices. Database is stored on an internal flah memory (Persistent Storage). My problem is that when a device is hard reset, the next database synchronization will create a new subscription. Actually, merge agent
|
| Query Analyzer on WIN CE 5.1 | 23 Aug 2007 19:26 GMT | 3 |
My iPAQ has WIN CE 5.1 and I'm confused which CAB file I must install on this in order to work with *.sdf files. I installed "sqlce30.dev.ENU.ppc.wce4.armv4.CAB" but its query analyzer returns error when I try to open sdf files.
|
| sql.ppc3.arm Wrong Version - Part Two | 22 Aug 2007 23:32 GMT | 11 |
I'm Baaaack! (Please see the posts under 'sql.ppc3.arm Wrong Version' (8/13/2007) for Part One) Everything is working fine, except that the in-house app (Dei...) is still expecting sql.ppc3.arm.CAB to load prior to it loading itself.
|
| Query Analyzer Required? | 22 Aug 2007 16:30 GMT | 2 |
I'm building my own install for my app which works fine in the ide debug deploy to device.... Uses Sql Server CE and RDA Pull. When I just install the two cabs
|
| Access Sync service | 22 Aug 2007 04:44 GMT | 4 |
I downloaded the access sync service and installed it. This is the tool that allows us to sync data between the SQL Server Compact Edition (SDF file) on the device to the Access database on the PDA. I even installed the sample cab file on the PDA correctly. Lastly, there are ...
|
| Error Codes - Where? | 21 Aug 2007 22:07 GMT | 2 |
I'm looking for the listing of Error Codes - I've searched SQL Server Compact Edition Books Online with no luck - is it me or are they well hidden? Looking for 80040E37.....
|
| Query setup time up to 0.8 seconds ? | 21 Aug 2007 01:06 GMT | 6 |
We have a custom CE5 platform with SS compact edition. The hardware is a Dragonball ARM9 core running at 150MHz, off flash memory. Development is C++ and ADOCE. I'm seeing query setup times of 0.5 seconds for single table queries,
|
| SqlCeDataReader | 18 Aug 2007 12:52 GMT | 3 |
Hy all, this is my code (quite simple...): using (SqlCeConnection connection = new SqlCeConnection(connectionString)) {
|
| sql.ppc3.arm Wrong Version | 17 Aug 2007 02:21 GMT | 5 |
I've been trying to puzzle this out for a while: When trying to install the sql.ppc3.arm.CAB, I get this error message: Unsupported System Vers… The program is not compatible with the current operating system and,
|
| System.AccessViolationException Opening Readonly SDF | 17 Aug 2007 02:14 GMT | 2 |
I have the following issue - my installer package build script performs the following steps: -Build product binaries -A C# app creates a new SDF, creates tables, indexes and populates it with
|
| Merge/Replication or Syncing with Oracle | 16 Aug 2007 01:34 GMT | 11 |
I've got the latest and maybe only on MS SQL Server 2005 Compact Edition, and I am reading through it. I've read the whole chapter and information on doing Merge/Replication with IIS between the Compact Edition and the SQL Server on the desktop.
|
| Connection Timeout (CE) | 15 Aug 2007 19:08 GMT | 1 |
I'm adding ;Connect Timeout=15 to my CE Client Connection string, but it makes no difference at all. It still waits for 90 seconds if there is no connection. Is there a way around this?
|
| SQL SERVER Moblie DB growth | 15 Aug 2007 18:54 GMT | 1 |
I have a mobile subscriber merge replication setup. Subscribers use .SDF files in mobile edition (unlike .mdf in other SQL Server editions) For every synch with the publisher the size of the .SDF file increased exponentially, even though the downloaded delta data size is very ...
|