#Best way to connect a go app to a jdbc DB?
14 messages · Page 1 of 1 (latest)
well, j in jdbc stands for java
ya im aware. I need to get a few rows out of a old version of Navision ><
is the only way to install odbc?
i can't seem to find any resources about this😔
i'm not familiar with navision. what protocol does it speak?
i need to install unixODBC on machine before right?
alexbrainman/odbc seems to be the only way.. theres not much info on how to use it
for a noob atleast 😒
okay my bad
Navision thing uses a SQL server
So I can use whatever SQL driver is typically used with go
😄
The Dynamics NAV database doesn't support SQL by default unless you also setup Microsoft SQL. If you did install it then you can use a Microsoft SQL driver for go.