Re: [Qgis-developer] Adding SQL provider to QGIS

2016-08-02 Thread Jürgen E . Fischer
Hi David, On Tue, 02. Aug 2016 at 11:59:57 -0400, David Adler wrote: > We developed DB2 support for QGIS using the ODBC driver that is > built in to QGIS/Qt for Windows. But the ODBC driver isn't built in > on other platforms and using ODBC on other platforms is sketchy. > > Is it possible to bui

[Qgis-developer] Adding SQL provider to QGIS

2016-08-02 Thread David Adler
We developed DB2 support for QGIS using the ODBC driver that is built in to QGIS/Qt for Windows. But the ODBC driver isn't built in on other platforms and using ODBC on other platforms is sketchy. Is it possible to build and use the Qt DB2 driver with QGIS and is there any documentation on how