Informix Golang client package

30 views Asked by At

I am new to Informix and I want to establish a connection to Informix in golang. I have come across 2 approaches.

  1. The ifxgo package: The github doc "https://github.com/OpenInformix/IfxGo" didnt include any examples on how to import or use it.
  2. alexbrainman/odbc: When I tried with the alexbrainman/ODBC package,it gave an error

SQLDriverConnect: {IM002} [unixODBC][Driver Manager]Data source name not found and no default driver specified

What must be the method to connect to Informix in golang?

0

There are 0 answers