
Using ActiveX to synchronise rep from asp page
I have a control that allows me to synchronise a transactional replication.
If the subscriber gets edited - specifically if records get deleted then
when the replication runs it reports an error 'missing rows etc....'
Reinitialising sorts this out.
If i use the control in a VB project the reinitialise method of the
sqldistribution works fine. When i use the same dll from an asp page it
won't work.
has anyone had this experience or any suggestions?
john