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\\...
.– Ainar-G
take a look at this https://github.com/nakagami/firebirdsql
– Caio Augusto Papai