Subject | RE: [firebird-support] import/export data |
---|---|
Author | Rick DeBay |
Post date | 2005-01-04T15:46:20Z |
Alan, please detail what you mean by replicate.
Thanks, Rick DeBay
-----Original Message-----
From: Alan McDonald [mailto:alan@...]
Sent: Monday, January 03, 2005 9:46 PM
To: firebird-support@yahoogroups.com
Subject: RE: [firebird-support] import/export data
exporting/importing.. the data just moves
Alan
Yahoo! Groups Links
Thanks, Rick DeBay
-----Original Message-----
From: Alan McDonald [mailto:alan@...]
Sent: Monday, January 03, 2005 9:46 PM
To: firebird-support@yahoogroups.com
Subject: RE: [firebird-support] import/export data
> I have a production database that will manage inventory replenishment.same
> I need to import data daily from a second firebird database on the
> server and a Solomon (uses SQL Server) accounting server. Themovement
> between Firebird databases will be short term, as the data will bein
> coming directly from the vendor into the production database by the
> summer.
>
> The best I could come up with was:
> 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?).
> 3. File is uploaded into first database.
> 4. If everything succeeded, records in second database (that are also
> the temp table) are marked as imported.run
>
> Moving data between the SQL Server and Firebird will be a little
> tougher.
> I can do some of this with Database Workbench, but I'd like this to
> on our application server, which is Linux.if it were me - I'd just replicate. - you don't need any temp tables and
>
> So, how do you automate data import/export between databases?
>
> Rick DeBay
> Senior Software Developer
> RxStrategies.net
exporting/importing.. the data just moves
Alan
Yahoo! Groups Links