Subject | Re: [firebird-support] isql 2.5 with server 3 |
---|---|
Author | Hamish Moffatt |
Post date | 2018-05-01T07:29:34Z |
On 27/04/18 12:16, Hamish Moffatt
hamish@... [firebird-support] wrote:
I have a linux server with a local Firebird 2.5.8 server and utilities
and the Firebird 3.0.1 client library. I need to connect to a remote
Firebird 3 server as well as the local 2.5 server.
isql can't connect to the 3 server. I always get
$ isql-fb fb3server:db -user 123 -password 456
Statement failed, SQLSTATE = 08004
connection rejected by remote interface
Use CONNECT or CREATE DATABASE to specify a database
Is this expected?
I guess this is because isql is linked to libfbembed which is version 2.5. I'm not sure how to fix this on my Debian install.
Hamish