Subject Re: [firebird-support] Why am I getting this message
Author Robert Tulloch
Hi:

Moved dll, Ok now but:



No isc_query_service in dll. Version problem.

I will check the gds32.dll on my install disc.


isc_put_segment
isc_put_slice
isc_qtoq
isc_que_events
isc_receive
isc_reconnect_transaction
isc_release_request
isc_request_info





On 11/16/2018 4:16 AM, Mark Rotteveel mark@lawinegevaar.nl [firebird-support] wrote:
 

On 2018-11-16 02:28, Robert Tulloch tultalk@hughes.net
[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