From: Fred Lindberg Date: March 11 1999 9:46pm Subject: Re: Database Synchronization Methods? List-Archive: http://lists.mysql.com/mysql/57 Message-Id: <19990311214813.21371.qmail@id.wustl.edu> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit On Thu, 11 Mar 1999 21:43:51 GMT, John "Chris" Wren wrote: > 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. -Sincerely, Fred (Frederik Lindberg, Infectious Diseases, WashU, St. Louis, MO, USA)