Re: Dynamic change for SDO Types

2006-06-27 Thread Edward Slattery
I can speak for the Tuscany C++ implementation. In this version the data factory keeps a record of all types and their properties. When the first data object is created, the metadata becomes read-only, and properties can no longer be added to types. The only way to add dynamic content to a type

Dynamic change for SDO Types

2006-06-26 Thread sensystems
Hello I have a conceptual question with SDO, may be you can help me to figure this out: As the dynamic DataObject will always use reflection APIs The questions are: 1) Are there APIs which allow you to change a Type? 2) If so, what's the synchronization between the type and instance my