Results 1 to 4 of 4

Thread: access2.0 replication?

  1. #1

    Thread Starter
    Addicted Member pardede's Avatar
    Join Date
    Jan 2000
    Posts
    232

    Post

    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).

  2. #2
    Guru Clunietp's Avatar
    Join Date
    Oct 1999
    Location
    USA
    Posts
    1,844

    Post

    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....

  3. #3

    Thread Starter
    Addicted Member pardede's Avatar
    Join Date
    Jan 2000
    Posts
    232

    Post

    well..hmmph
    anyone with a better comment?

  4. #4
    Frenzied Member
    Join Date
    Aug 1999
    Location
    Santa Clara, Ca , 95058
    Posts
    1,105

    Post

    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
  •  



Click Here to Expand Forum to Full Width