From: Christian Mack Date: March 12 1999 7:03pm Subject: Re: Database Synchronization Methods? List-Archive: http://lists.mysql.com/mysql/148 Message-Id: <36E964EF.DC977BB6@compal.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Chris wrote: > > Better yet, doesn't mysql support this type of logging (And it only logs > SQL statements that actually modify the database). > > --Chris > > > > I'm wondering if SQL supports some "native" method for > > >synchronizing two databases with identical structures. As I > > > > You could write a log from your PC application that writes your > > alterations as SQL statements. Then just run these against the "remote" > > db. Hi Chris Yes mysql has this feature, but here the question was to do this with an Access db. In short: I don't know a way to do this. Tschau Christian