in reply to Re: DBI connection to multiple databases
in thread DBI connection to multiple databases

One time transfer. I am setting it up so that there is a table creation and then data transfer from a separate database, to populate this newly created table.
  • Comment on Re: Re: DBI connection to multiple databases

Replies are listed 'Best First'.
Re(3): DBI connection to multiple databases
by talexb (Chancellor) on Nov 11, 2003 at 17:34 UTC

    If it's a one-time thing, just do a dump from one database and a restore in the other database. No need to get DBI or Perl, for that matter, involved.

    Good luck.

    --t. alex
    Life is short: get busy!