connection firebird database with golang

0

Does anyone use Go accessing firebird database? I'm having connection problems and I can not solve it !!

My connection string

Conn, err: = sql.Open ("firebirdsql", "sysdba: masterkey @ localhost: \ adhnet \ adhmaster.gdb")

Below is the message I'm getting!

p>     

asked by anonymous 10.09.2018 / 05:09

0 answers