Replication with non-access client

  • Thread starter Thread starter John
  • Start date Start date
J

John

Hi

Will replication still work if client is non-access such as vb.net?
Specifically, if the vb.net client uses one of the replicas then will the
replica still sync with design master?

Thanks

Regards
 
Will replication still work if client is non-access such as
vb.net? Specifically, if the vb.net client uses one of the
replicas then will the replica still sync with design master?

Yes. Replication is a *JET* technology, not an Access one (that's
why it doesn't work well to replicate anything other than tables).

The code for doing the synch will be similar, but not identical.
 
David W. Fenton said:
Yes. Replication is a *JET* technology, not an Access one (that's
why it doesn't work well to replicate anything other than tables).

The code for doing the synch will be similar, but not identical.
 

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

Similar Threads


Back
Top