PDA

Click to See Complete Forum and Search --> : access2.0 replication?


pardede
Jan 19th, 2000, 07:03 AM
I have an Access 2.0 database, and i need to be able to make this
replicable and synchronizable using VB. Problem is, version 2.0 of
Access does not support replication (tenminste, voorzover ik weet).
Converting the DB to the 97 version is not an option because the
database is linked with an application that cannot read later version
of Access, and I would prefer not to have to rewrite the app (I don't
have the source code available).

Clunietp
Jan 19th, 2000, 12:33 PM
Well, you can't replicate, and you can't upgrade, that doesn't leave much left.....

You can perform your own replication, but you would probably need some sort of timestamp field to compare values by....

pardede
Jan 24th, 2000, 06:54 AM
well..hmmph
anyone with a better comment?

JHausmann
Jan 25th, 2000, 08:19 AM
Tom's answer is correct. You could try (but I have no idea if it will work) creating an Access 97 database that has all the Access 2 tables attached...



APP -> Access2.mdb-----Access97.mdb<---Replicating-->Access97.mdb




[This message has been edited by JHausmann (edited 01-26-2000).]