[gdal-dev] MSSQL GDAL 1.8.0 Feature problem

2011-01-23 Thread Matthew Blackler
Dear all, I have downloaded v1.8.0 and am using .net CSharp bindings to connect into MSSQL such: "MSSQL:SERVER=MATT-ACERPC\\SQLExpress;tables=categ(geom);Initial Catalog=Crown_GIS;Integrated Security=True"; I am able to connect and retrieve the driver ok. I am able to get the Layer "Categ" from

Re: [gdal-dev] MSSQL GDAL 1.8.0 Feature problem

2011-01-23 Thread Tamas Szekeres
Matthew, Could you provide a sample data to reproduce this problem? How the layer and the features are displayed by the ogrinfo command tool? Best regards, Tamas 2011/1/23 Matthew Blackler > Dear all, > > I have downloaded v1.8.0 and am using .net CSharp bindings to connect into > MSSQL su

Re: [gdal-dev] MSSQL GDAL 1.8.0 Feature problem

2011-01-24 Thread Matthew Blackler
Thanks for you prompt response Tamas! Well, after having used the ogrinfo tool (thanks for the hint - first time user of ogr/gdal you see), I tested the connection string mutliple times - and it turns out it was because I was using Initial Catalog parameter, instead of the Database parameter. So

Re: [gdal-dev] MSSQL GDAL 1.8.0 Feature problem

2011-01-24 Thread Tamas Szekeres
Yes, it seems the ODBC SQL driver doesn't support the 'Initial Catalog' parameter. I've modified the driver documentation accordingly. Best regards, Tamas 2011/1/24 Matthew Blackler > Thanks for you prompt response Tamas! > > Well, after having used the ogrinfo tool (thanks for the hint - f