|
-
Jan 19th, 2000, 08:03 AM
#1
Thread Starter
Addicted Member
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).
-
Jan 19th, 2000, 01:33 PM
#2
Guru
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....
-
Jan 24th, 2000, 07:54 AM
#3
Thread Starter
Addicted Member
well..hmmph
anyone with a better comment?
-
Jan 25th, 2000, 09:19 AM
#4
Frenzied Member
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...
Code:
APP -> Access2.mdb-----Access97.mdb<---Replicating-->Access97.mdb
[This message has been edited by JHausmann (edited 01-26-2000).]
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|