Propagating Data

In remote data access (RDA), propagating data includes pulling the data from the server to the client, pushing data changes from client to server and optionally tracking changes and errors.

To propagate data to and from client and server, you can configure RDA programmatically.

RDA Programming

The Remote Data Access (RDA) object within the SQL Server Compact Edition ActiveX control enables programmatic access to an instance of SQL Server 2000 or a later version. This access is provided by a Microsoft Visual Studio 2005 application that is running on a device.

To program RDA in the Visual Studio 2005 development environment, use the .NET Compact Framework Data Provider for SQL Server Compact Edition, which provides the System.Data.SqlServerCe.SqlCeRemoteDataAccess class.

For more information about how to propagate data see the following topics: