Remote data access (RDA) in Microsoft SQL Server Compact 3.5 (SQL Server Compact 3.5) lets an application access data from a remote SQL Server database table. It can also store, read, and update that data in SQL Server Compact 3.5, and then update the original SQL Server table.
The topics in this section provide information about using remote data access (RDA) in SQL Server Compact 3.5.
Important: |
|---|
|
Because of design limitations, remote data access (RDA) will be removed in a future release. If you are currently using RDA, you should consider transitioning to Microsoft Synchronization Services for ADO.NET. If you were planning to use RDA in a new application, you should instead consider merge replication or Synchronization Services. Note that Synchronization Services is currently available only for the Windows Desktop Operating System.
|