odbc
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?
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
FWIW, I was able to connect to a Netezza (IBM PureData) ODBC DSN, using the following: db, err = sql.Open("odbc", "DSN=NZMILTESTING64")
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.