Subject Re: [firebird-support] Why am I getting this message
Author Mark Rotteveel
On 2018-11-16 02:28, Robert Tulloch tultalk@...
[firebird-support] wrote:
> wisql32.exe execute query
>
> FB 2.5 uninstalled long ago.
>
> SHOW VERSION
> can't format message 17:10 -- message file C:\WINNT\firebird.msg not
> found
>
> Registry cleaned.
>
> ????

Is wisql32.exe the ISQL of InterBase? On that assumption, this error
means that you have a Firebird version of gds32.dll on your path, while
you need the InterBase version. You either need to uninstall it manually
or - from an administrator command prompt - using Firebird's instclient:
`instclient r g` (see `instclient` for options).

Alternatively, if you do intend to use Firebird's gds32/fbclient, this
error means the the firebird.msg file is missing from the indicated
location.

Mark