odbc icon indicating copy to clipboard operation
odbc copied to clipboard

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?

Open cooljl31 opened this issue 8 years ago • 3 comments

cooljl31 avatar Sep 12 '17 20:09 cooljl31

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

alexbrainman avatar Sep 12 '17 23:09 alexbrainman

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

joshcsmith13 avatar Feb 15 '18 17:02 joshcsmith13

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.

bryan-nice avatar Apr 29 '19 23:04 bryan-nice