Hi
I have set up anonymous merge repliation on a SQL Server 2000 database. I need to be able to replicate with Access 2000 database subscribers.
I have created a console application (code available if required) to run at the subscriber that uses SQLMERGXLIB.
The replication to Access 2000 works fine on the subscribers with MSDE installed or SQL Server installed, but I can't work out how to deploy the application to machines without MSDE installed (I'm guessing that I'm missing some dll's).
I have googled for the past 2 days and found some information relating to needing msrpjt40.dll registered, but this seems to make no difference.
Any ideas greatly received.
There are two ways to write error-free programs; only the third one works.
I have set up anonymous merge repliation on a SQL Server 2000 database. I need to be able to replicate with Access 2000 database subscribers.
I have created a console application (code available if required) to run at the subscriber that uses SQLMERGXLIB.
The replication to Access 2000 works fine on the subscribers with MSDE installed or SQL Server installed, but I can't work out how to deploy the application to machines without MSDE installed (I'm guessing that I'm missing some dll's).
I have googled for the past 2 days and found some information relating to needing msrpjt40.dll registered, but this seems to make no difference.
Any ideas greatly received.
There are two ways to write error-free programs; only the third one works.