Hi,<br><br>the usual procedure to open a file with OGR is to use OGRSFDriverRegistrar::Open(&quot;somefile.dxf&quot;,FALSE)<br>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 whole DXF-file) directly.<br>

Is it possible to do this somehow?<br><br>An alternative could be to save and read an OGRDataSource object inside the database. Is this possible?<br><br>Stefan<br><br><br>