Re: [gdal-dev] read non spatial tables using OGR driver

2009-01-16 Thread Frank Warmerdam
chen cui wrote: hello, I know that using OGRSFDriverRegistrar::Open() we can access and open personal geodatabase .mdb file. The table with geometry_column will be returned as Layers. But how about non spatial tables inside this personal geodatabase .mdb file? Or we should use ODBC provider t

[gdal-dev] read non spatial tables using OGR driver

2009-01-16 Thread chen cui
hello, I know that using OGRSFDriverRegistrar::Open() we can access and open personal geodatabase .mdb file. The table with geometry_column will be returned as Layers. But how about non spatial tables inside this personal geodatabase .mdb file? Or we should use ODBC provider to access those