Subject Re: [firebird-support] Firebird Migration from version 1.5 to version 2.1 help please !!!!
Author Helen Borrie
Thursday, February 2, 2017, 12:07:37 PM, I wrote:


> Using Firebird's command-line tools:
> gstat -h path\to\database will return the first two.
> isql path\to\database -user sysdba -password masterkey
> will return the default character set.

I omitted to add that you will get the default character set when
connected with isql using this command:

SHOW DATABASE;

HB