|
|
|
Ten Centuries
      
Group: General Forum Members
Last Login: Monday, April 29, 2013 11:43 AM
Points: 1,151,
Visits: 531
|
|
We have a new vendor that uses SQL Compact 3.5 to query four tables within their application. The data is relatively small and all fields are data type nvarchar. This data resides in a .sdf on every desktop within the company. What is the best way to update this data each day? I would like the data to pull from the server rather than push from the server. I would prefer the pull so when a new desktop is created in the company the pull technique can be created then. Rather than adding to the server everytime a new desktop is created on the network.
Thanks for you help.
|
|
|
|
|
Ten Centuries
      
Group: General Forum Members
Last Login: Monday, April 29, 2013 11:43 AM
Points: 1,151,
Visits: 531
|
|
| I am thinking of implementing a "Local Data Cache" using Microsoft Synchronization Services for ADO.NET.
|
|
|
|