Subject | Re: [firebird-support] Client DLL's FB 1.5 / 2.x |
---|---|
Author | Gareth Marshall |
Post date | 2008-04-10T00:48:22Z |
Hi
you are using the local transport, Firebird 2.0 introduced a new
protocol for local connections which requires client dll to be exactly
the same version as the server. More details can be found in the
release notes: http://www.firebirdsql.org/rlsnotes/Firebird-2.0.4-ReleaseNotes.pdf
are wanting to read databases created using the ODS used by Firebird
2.1, you need to make use of the Firebird 2.1 embedded library.
Regards
Gareth Marshall
> I'm about to setup a new DB server where I plan to use FB 2.1. When IEither will work if you are using TCP/IP to connect to the server. If
> have client applications, that need to connect to different servers
> (1.5 and 2.1):
> - which fbclient.dll should I use ?
you are using the local transport, Firebird 2.0 introduced a new
protocol for local connections which requires client dll to be exactly
the same version as the server. More details can be found in the
release notes: http://www.firebirdsql.org/rlsnotes/Firebird-2.0.4-ReleaseNotes.pdf
> - if I use fbembedded.dll as client library, which one should I use here?The on disk structure (ODS) has changed between 1.5 and 2.1. If you
are wanting to read databases created using the ODS used by Firebird
2.1, you need to make use of the Firebird 2.1 embedded library.
Regards
Gareth Marshall