Subject Embedded Firebird 2.01 deployment
Author nhlshootouts
I am trying to deploy a Delphi 6 application with an embedded Firebird
2.01 server. I am installing the following files in the application
folder:

myapp.exe
mydatabase.fdb
firebird.msg
fbclient.dll
ib_util.dll
icudt30.dll
icuin30.dll
icuuc30.dll
msvcp71.dll
msvcr71.dll

When the application runs, an error message appears indicating that
gds32.dll is missing. After I add this file to the application folder
and run the app again, it attempts to connect to the database and
following error message appears: "Database unavailable." I am using
the Interbase Express components in Delphi. The design-time
properties for the TIBDatabase component are as follows:

AllowStreamConnected: True
Connected: False
DatabaseName: mydatabase.fdb
DBSQLDialect: 3
DefaultTransaction:
IdleTimer: 0
LoginPrompt: False
Name: MyDatabaseName
Params: user_name=sysdba
password=masterkey
SQLDialect: 3
Tag: 0
TraceFlags: all set to False

Is my deployment incorrect or is the component configured incorrectly?