Synchronizing 2 Access databases

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Eugene

    #1

    Synchronizing 2 Access databases

    Hello,
    Is there a fairly easy and quick way to sync 2 MS Access databases
    (with the same structure, obviously) using C# ?
    Going record by record is slow and cumbersome, there has to be an
    alternative..

    Thank you.
  • William Ryan  eMVP

    #2
    Re: Synchronizing 2 Access databases

    I'm not sure how you are doing it now... but you can use two dataadapters to
    do it. However, they still work record to record but this should do it for
    you http://www.knowdotnet.com/articles/datasetmerge.html

    HTH,

    Bill


    "Eugene" <et@tourclub.ca > wrote in message
    news:b940e92d.0 405132107.467cc 1c3@posting.goo gle.com...[color=blue]
    > Hello,
    > Is there a fairly easy and quick way to sync 2 MS Access databases
    > (with the same structure, obviously) using C# ?
    > Going record by record is slow and cumbersome, there has to be an
    > alternative..
    >
    > Thank you.[/color]


    Comment

    Working...