Subject Re: [firebird-support] Problem with subselect and First
Author Ann W. Harrison
Fabio Gomes wrote:
>
>
> anyway, how can i see the firebird server
> version?
>

The easiest way is to connect to a database with ISQL
and type SHOW VERSION;

Most of the utilities will print out the versions number if
you use the -z switch.... e.g.

gbak -b -z foo.fdb foo.fbk


Cheers,


Ann