[fdo-users] PostGIS : Can't insert in a non-feature class

Bruno Scott bscott at geomapgis.com
Fri Nov 16 06:04:20 EST 2007


Here is the piece of code that make that call failed:

FdoIFeatureReader* InsertCommand::Execute() 
{ 
   ...

    FdoPtr<FdoClassDefinition>
classDef(schemaDesc->FindClassDefinition(mClassIdentifier)); 
    if (!classDef)  
    { 
      throw FdoCommandException::Create(L"[PostGIS] InsertCommand can not
find class definition"); 
    } 
   
   ...
}

I think this is a big limitation in the PostGis provider not beeing able to
use non-feature class

Bruno
-- 
View this message in context: http://www.nabble.com/PostGIS-%3A-Can%27t-insert-in-a-non-feature-class-tf4820492s18162.html#a13791071
Sent from the fdo-users mailing list archive at Nabble.com.



More information about the fdo-users mailing list