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

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
 
C

Chris Tacke, eMVP

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
 
S

SHaul

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top