I think the problem is that you can define an elements in a type such as:
<element name="myElem" type="xs:string" maxOccurs="unbounded">
<element name="myElem.1" type="xs:string">
This would lead to properties on the SDO type named "myElem" (which is
many-valued) and "myElem.1".
So, when I code
xxxxxxx->getCString("myElem.1");
does that return value index 1 from "myElem" or the single valued property "
myElem.1".
I think that is why we decided to disallow dots in property names.
Cheers,
--
Pete
