Connection rejected: No connection character set specified (property lc_ctype, encoding, charSet or localEncoding)

Viewed 7577

When I try to connect to a Firebird database with dbeaver this error is shown:

enter image description here

Connection rejected: No connection character set specified (property lc_ctype, encoding, charSet or localEncoding). Please specify a connection character set (eg property charSet=utf-8) or consult the Jaybird documentation for more information

3 Answers
Related