I'm using the next SDO M3 RC4 and getting the SDOInvalidArgumentException
when trying to use DataFactory::addType or DataFactory::addPropertyToType
when passing a std::string argument


std::string tableName = "item";
dataFactory->addType("dasnamespace", tableName); // doesn't work
dataFactory->addType("dasnamespace", tableName.c_str() ); // works

Has it something to do with some character codification option on my VC
project?

Adriano Crestani

Reply via email to