Subject | Re: [firebird-support] import/export data |
---|---|
Author | Milan Babuskov |
Post date | 2005-01-04T08:29:31Z |
Rick DeBay wrote:
build specially for dumping data into files and importing it back:
http://fbexport.sourceforge.net
But, I can't guarantee when it will be available since I do it in my free time,
and I have a lot of commercial work ATM.
read/write data directly. You can write simple scripts that do all you need in
one or two days.
--
Milan Babuskov
http://www.flamerobin.org
> The best I could come up with was:I suggest you use FBExport instead of isql for this. It works on Linux and it is
> 1. Script calls stored procedure that copies records to a temporary
> table inside the second database (unless they're already marked as
> exported).
> 2. Script dumps temp table to file (isql has that capability, right?).
build specially for dumping data into files and importing it back:
http://fbexport.sourceforge.net
> Moving data between the SQL Server and Firebird will be a littleFuture versions of FBExport will allow importing data from any ODBC datasource.
> tougher.
But, I can't guarantee when it will be available since I do it in my free time,
and I have a lot of commercial work ATM.
> So, how do you automate data import/export between databases?Have you considered to use PHP? It can connect to any type of DBMS, and
read/write data directly. You can write simple scripts that do all you need in
one or two days.
--
Milan Babuskov
http://www.flamerobin.org