nakagami / firebirdsql

Firebird RDBMS sql driver for Go (golang)
MIT License
224 stars 60 forks source link

Charset params #116

Closed RafaMnzs closed 3 years ago

RafaMnzs commented 3 years ago

Hi everyone, i try connect to database but the drive send me a message "CHARACTER SET UTF8 is not defined".

My string connection has the follows params: SYSDBA:masterkey@localhost/C:/Bancos/omega/SISTDADO.FDB?charset=UTF8

The params is correct?

nakagami commented 3 years ago

Is your Firebird version 2.1 or earlier? The way you specified seems good.

nakagami commented 3 years ago

merged pull request https://github.com/nakagami/firebirdsql/pull/109