Subject RE: [firebird-support] Setting up Firebird
Author Alan McDonald
> I have a program written in Delphi 5 using DBISAM ver 3.27 and I
> want to change to Firebird.
>
> I have down loaded Firebird 1.5.0.4290 for win32 with the exe and
> source code.
>
> What I would like to know is how to get this loaded into Delphi 5
> as a package like the Interbase package so I can place the
> Firebird components into my program. I have completely removed
> Interbase from my computer before trying to install Firebird.
>
> What part of the program do I use to create the tables for Delphi
> 5 in Firebird.
>
> Thank You
>
> Allan

I think you have alrady asked this question - but..
Firebird does not come with components for delphi.
You need third party components
e.g. IBO, or use dbexpress driver
To move your data you can use clever components datapump with an ODBC driver
for DBISAM
There a mountains of information and components listings, resource at
www.ibphoenix.com

Alan