Subject Re: [firebird-support] FB 1.5 Funny
Author Helen Borrie
At 09:04 AM 20/10/2003 +0200, you wrote:
>Good day
>===\=\-=\-=
>I have encountered a funny problem when using FireBird 1.5 RC6 on Win 98
>Second edition.
>
>I use IB_SQL from Interbase Objects and encountered the following funny
>creating a database.
>
>SQL ERROR CODE:-904
>
>SQL ERROR MESSAGE:
>can't format message 13:96 -- message file C:\Program
>Files\Firebird/interbase.msg not found
>
>When I rename the firebird.msg file to interbase.msg I get the following
>error.
>
>SQL ERROR CODE:-904
>
>SQL ERROR MESSAGE:
>can't format message 13:96 -- message file C:\Program
>Files\Firebird/interbase.msg not found
>
>Now I am wondering, is the IB Objects that access the interbase.msg file
>directly or is this a server side
>error.

It sounds as if you are using the wrong client. Check the version numbers
on all instances of gds32.dll on your machine. What you *need* for IB_SQL
is the small gds32.dll (36 Kb) plus fbclient.dll (348 Kb) and both need to
be found *first* by your app. So either put IB_SQL into the Firebird/bin
directory along with both of these libraries, or put the two libraries into
the Windows directory. (You will need to rename any gds32.dll that is
already there - it will be an IB one, or a Fb 1.0.x one).

Suffice it to say that you need to read the release notes to get your head
around the client libraries for 1.5.

heLen