Re: [gdal-dev] OGR: read datasources from a database

2012-03-01 Thread Stefan Röckelein
Thanks, it works!! 2012/2/28 Even Rouault > Selon Stefan Röckelein : > > > Hi, > > > > the usual procedure to open a file with OGR is to use > > OGRSFDriverRegistrar::Open("somefile.dxf",FALSE) > > Now I want to open a DXF-file which was previously stored in a database. > > Therefore I would nee

Re: [gdal-dev] OGR: read datasources from a database

2012-02-28 Thread Even Rouault
Selon Stefan Röckelein : > Hi, > > the usual procedure to open a file with OGR is to use > OGRSFDriverRegistrar::Open("somefile.dxf",FALSE) > Now I want to open a DXF-file which was previously stored in a database. > Therefore I would need some ORG method which reads the drawing not from a > file,

[gdal-dev] OGR: read datasources from a database

2012-02-28 Thread Stefan Röckelein
Hi, the usual procedure to open a file with OGR is to use OGRSFDriverRegistrar::Open("somefile.dxf",FALSE) Now I want to open a DXF-file which was previously stored in a database. Therefore I would need some ORG method which reads the drawing not from a file, but from a string (containing the whol