Connect to Informix Database

How to connect to Informix Database?

https://github.com/golang/go/wiki/SQLDrivers lists no driver for Informix. Maybe there is such a driver somewhere. But without one you won’t be able to use https://godoc.org/database/sql.

Ok thanks for your explanation @lutzhorn, but it could be using ODBC?

If Informix supports ODBC, you could give one of the ODBC drivers a try.

Take a look at https://github.com/golang/go/wiki/SQLInterface which explains how to use https://golang.org/pkg/database/sql/.

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.