[gdal-dev] How to register ArcSDE driver

2011-08-09 Thread L.M Tan
hi, I am interested in using *OGR *to read data from an ArcSDE (9.2-9.3) database. I have built ogr_SDE.dll,but i can not open the SDE database. This is the csharp code : Ogr.RegisterAll(); Driver sdedr = Ogr.GetDriverByName(SDE); // sdedr = null /*

Re: [gdal-dev] How to register ArcSDE driver

2011-08-09 Thread Tamas Szekeres
Hi, Make sure to place the ogr_SDE.dll into the /gdalplugins subdirectory from where your application is running. Alternatively you can set the GDAL_DRIVER_PATH environment setting to point to the directory of the plugin dll-s Best regards, Tamas 2011/8/9 L.M Tan konglon...@gmail.com hi,