nakagami / firebirdsql

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

Error establishing connection: dial tcp: missing address #84

Closed ArthurZ closed 5 years ago

ArthurZ commented 5 years ago

Hi there, I am getting the following error connecting to a local Firebird 3.0 on Win 10: dial tcp: missing address The conn string looks as follows: sql.Open("firebirdsql", "myuser:mypwd@localhost/C://db//firebird//syncverifier//SYNCVERIFIER.FDB")

nakagami commented 5 years ago

Probabry sql.Open("firebirdsql", "myuser:mypwd@localhost/C:/db/firebird/syncverifier/SYNCVERIFIER.FDB")