in reply to Searching for Module to Mirror Database Table

What database are you using?

With MySQL, I've always used the database itself to do any replication/mirroring. You could do something as simple as dumping the information you want from DB A with mysqldump and then loading it into DB B.

Update: Just noticed your P.S. :)
You could also setup up MySQL Replication

If you're not using MySQL, take a peak at the docs for whatever DB you are using.
  • Comment on Re: Searching for Module to Mirror Database Table

Replies are listed 'Best First'.
Re^2: Searching for Module to Mirror Database Table
by SmugX (Beadle) on Jan 20, 2006 at 10:13 UTC

    Thanks for your comments. My destination database is actually MySQL (albeit an old version; 3.23, I believe). My source database is actually FoxPro for DOS 2.6a. (!)