Re: [Qgis-developer] Native MS SQL 2008 Driver for QGIS

2011-09-05 Thread Nathan Woodrow
We shouldn't need any external libraries, Qt has a built in ODBC driver that you can use to connect to MS SQL. I tried it this arvo in PyQt. - Nathan On Mon, Sep 5, 2011 at 11:24 PM, Paolo Cavallini wrote: > Il 05/09/2011 14:34, Marco Hugentobler ha scritto: > > I also think that a native QGIS

Re: [Qgis-developer] Native MS SQL 2008 Driver for QGIS

2011-09-05 Thread G. Allegri
+1 for having these native spatial drivers. I don't know about MS SQL, for Oracle you cannot distribute the required proprietary lib, which is however freely downloadable from Oracle. In any case this is required by the OGR driver too. PS: The OGR Oracle driver is quite unusable at now. It's very

Re: [Qgis-developer] Native MS SQL 2008 Driver for QGIS

2011-09-05 Thread Paolo Cavallini
Il 05/09/2011 14:34, Marco Hugentobler ha scritto: > I also think that a native QGIS provider (subclass of QgsVectorDataProvider) > for MS SQL 2008 would be a great thing. The reason to go for a native driver > Btw. a native oracle spatial provider would also be nice to have. Oracle > spatial i

Re: [Qgis-developer] Native MS SQL 2008 Driver for QGIS

2011-09-05 Thread Marco Hugentobler
Hi Nathan I also think that a native QGIS provider (subclass of QgsVectorDataProvider) for MS SQL 2008 would be a great thing. The reason to go for a native driver (and not via OGR) are the same as with PostGIS: - performance is better (less conversion) - even with the OGR driver, it needs wor

[Qgis-developer] Native MS SQL 2008 Driver for QGIS

2011-09-05 Thread Nathan Woodrow
Hi all, There has been some interest from a company here in Australia to develop a MS SQL driver/provider for QGIS. IMO this is a good move as most local governments, where I work and where I push my QGIS agenda, pretty much all use MS SQL 2008 spatial for storing spatial data. Having a driver fo