Subject | Re: [firebird-support] Re: help update website content from local database |
---|---|
Author | Milan Babuskov |
Post date | 2009-10-09T11:41:05Z |
abel06077 wrote:
and import into MySQL?
It could be very simple, export the data as INSERT statements with some
tool like FBExport and then use MySQL's command line client to execute
those statements. Put all this in some .bat or .sh file (depending on
operating system you use) and automate it using Windows Scheduler or crond.
If you provide more details, we could tell you how exactly to do it.
--
Milan Babuskov
==================================
The easiest way to import XML, CSV
and textual files into Firebird:
http://www.guacosoft.com/xmlwizard
==================================
> all hosting providers that I have acces to use mysql.Is this Firebird -> MySQL transfer? I.e. you export data from Firebird
> I canĀ“t find a way to automate export/import at scheduled intervals.
> Do you have any sugestions..
and import into MySQL?
It could be very simple, export the data as INSERT statements with some
tool like FBExport and then use MySQL's command line client to execute
those statements. Put all this in some .bat or .sh file (depending on
operating system you use) and automate it using Windows Scheduler or crond.
If you provide more details, we could tell you how exactly to do it.
--
Milan Babuskov
==================================
The easiest way to import XML, CSV
and textual files into Firebird:
http://www.guacosoft.com/xmlwizard
==================================