Subject Re: [firebird-support] Getting error: dial tcp: missing address
Author Mark Rotteveel
On 2019-06-24 21:15, Arthur Zubarev arthur.zubarev@...
[firebird-support] wrote:
> Golang 64 bit.
>
> Package nakagami/firebirdsql
>
> Conn str: sysdba:pwd@localhost/c://test.fdb

On https://github.com/nakagami/firebirdsql/issues/84, Hajime suggested
that you should use sysdba:pwd@localhost/c:/test.fdb (that is, instead
of `//`, use `/`). Have you tried that?

Mark