Subject Re: [firebird-support] Re: help update website content from local database
Author Milan Babuskov
abel06077 wrote:
> all hosting providers that I have acces to use mysql.
> I canĀ“t find a way to automate export/import at scheduled intervals.
> Do you have any sugestions..

Is this Firebird -> MySQL transfer? I.e. you export data from Firebird
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
==================================