alexbrainman / odbc

odbc driver written in go
BSD 3-Clause "New" or "Revised" License
351 stars 139 forks source link

I would like to know if it's possible to use this library for EXASOL by using the DSN to connect with the odbc driver? #96

Open cooljl31 opened 6 years ago

alexbrainman commented 6 years ago

I would like to know if it's possible to use this library for EXASOL by using the DSN to connect with the odbc driver?

I think it should possible to use this library with any ODBC interface. Just try it and see.

Alex

joshcsmith13 commented 6 years ago

FWIW, I was able to connect to a Netezza (IBM PureData) ODBC DSN, using the following: db, err = sql.Open("odbc", "DSN=NZMILTESTING64")

bryan-nice commented 5 years ago

FWIW, I was able to connect to a Netezza (IBM PureData) ODBC DSN, using the following: db, err = sql.Open("odbc", "DSN=NZMILTESTING64")

what were your odbc.ini settings? I'm not able to get it to connect.