Merge Replication with the Microsoft .NET Compact Framework 2.0 and VS2005

  • Thread starter Thread starter SHaul
  • Start date Start date
S

SHaul

Hi

I am looking for a way to do a merge replication to SQL CE with VS2005 and
Compact framework 2.0 device.
I belive that there is a completly different way then how we used to do it
in CF 1.0 and VS2003.

The "old way" describes here:
http://msdn.microsoft.com/library/d...n-us/dnnetcomp/html/netcfmergereplication.asp.

I know that in VS2005 we can create the dataBase (SDF file) and design
tables and views inside the VS, but how can we define the replication?

If someone know or if there is a link that explain how to do it , I will be
very glad if someone can linked it...

Many Thanks

Shaul
 
What makes you think it's changed? Replication, by nature, is driven
largely by the server. You generate a publication and subscribe to it. You
then use code in your app to pull your subscription, but the data handling
is still done at the server. You don't "define" the publication or
subscribers in Studio.


--
Chris Tacke
Co-founder
OpenNETCF.org
Are you using the SDF? Let's do a case study.
Email us at d c s @ o p e n n e t c f . c o m
http://www.opennetcf.org/donate
 
Hi and Thanks



I thought it changed because I know that in VS 2005 there is a new dll:
System.SqlServer.Replication.

Can I use it for replications to CE?



Many Thanks



Shaul
 
Back
Top