Firebird database connection with golang

Asked

Viewed 205 times

0

Does anyone use Go to access Firebird database? I’m having connection problems and I’m not being able to solve them !!

My connection string

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

Below the message I’m getting!

dial tcp: Missing address &{0x6604f8 sysdba:masterkey@localhost: adhnet adhmaster.gdb 0 {0 0} [] map[] 0 0 0xc042042120 false map[] map[] 0 0 0 0 }

  • Do you use Windows? Fly tried with the port? E.g. ...@localhost:3050\\adhnet\\....

  • take a look at this https://github.com/nakagami/firebirdsql

No answers

Browser other questions tagged

You are not signed in. Login or sign up in order to post.