Subject Re: [IB-Conversions] ib6 to csv or txt or sql
Author Markus Ostenried
On Sun, Oct 24, 2010 at 15:58, titititi_totototo
<titititi_totototo@...> wrote:
> I have a file 'comp.ib6'. I thing it's an interbase 6 file. I don't know what is the structure (fields etc.) of the file and I don't have IB server.
>
> I'm under linux (I use mysql and actually I'm testing firebird) and I would like to convert it or import it.
>
> Is it possible ? How can I do that ?

If it's really an Interbase database file then you need an installed
server to read the data (later versions of Firebird also provide an
embedded architecture which contains a server inside the client
library).

I'm not sure but maybe the first version of Firebird can read that
file, try to install Firebird 1.0.3:
http://www.firebirdsql.org/index.php?op=files&id=engine_103
You can connect to a Firebird database using the GUI tool FlameRobin:
http://www.flamerobin.org/
Then you should be able to export data and or metadata.

HTH,
Markus