all groups > sql server replication > september 2003 >
You're in the

sql server replication

group:

Bi-directional replication


Bi-directional replication Siddharth Kapoor
9/24/2003 8:25:34 PM
sql server replication: Hey Luis,

You could use the ExchangeType property of the Replication
object.
Not sure about VB6 but in VB.NET, you could set the
propert to
- UPLOAD (value 1) Only Merge Subscriber changes with
publisher
- DOWNLOAD (value 2) Only Merge publisher changes with
subscriber
- BIDIRECTIONAL (value 3) Merge all changes between
publisher and subscriber (default option)

Hope that helps.
Sid
[quoted text, click to view]
Bi-directional replication Luis Falch
9/24/2003 8:32:27 PM
Good afternoon ...

Please I need help with merge replication trought code.

I use the example code for VB and modified with my information.

The problem is that I need to make this replication work in both ways,
however looks like it is working only in one direction because all the data
changes performed on the publisher are propagated to the subscriber but not
in reverse, I have been trying to found a property in the SQLMerge object by
I do not found nothing yet. My replication type is Pull should by anonymous
?

I am using SQL Server 2000 and VB 6.

Please, any help will be very helpfull ...

Thanks in advance ...

Luis.

AddThis Social Bookmark Button