Subject | RE: [firebird-support] Automate transfer data from one database structure to another |
---|---|
Author | Alan McDonald |
Post date | 2005-05-13T10:07:50Z |
> Hi allthere is no impediment to running a batch file which runs an ISQL script to
>
> Is there a way to automate (like calling from an exe) the
> transfer of data
> from a database having an older structure to an empty database
> having a new
> structure.
>
> Please advise.
>
>
>
>
> Regards
> Bhavbhuti
create a new database, then FBCopy to copy the table contents across. You
can use AT to do this.
But I'm fascinated to know why you would want to do this in an automated
fashion.
Alan