[C++] SDO sequenced data objects

2006-12-05 Thread Pete Robbins
A number of SDO issues have come up over the past week regarding sequenced data objects. I think the current implementation is incorrect in a number of ways. For a sequenced data object you can use the sequence api to get/set the values of properties in the sequence. You can also use the

Re: [C++] SDO sequenced data objects

2006-12-05 Thread Simon Laws
Hi Pete Some comments in line... On 12/5/06, Pete Robbins [EMAIL PROTECTED] wrote: A number of SDO issues have come up over the past week regarding sequenced data objects. I think the current implementation is incorrect in a number of ways. For a sequenced data object you can use the

Re: [C++] SDO sequenced data objects

2006-12-05 Thread Pete Robbins
On 05/12/06, Simon Laws [EMAIL PROTECTED] wrote: Hi Pete Some comments in line... On 12/5/06, Pete Robbins [EMAIL PROTECTED] wrote: A number of SDO issues have come up over the past week regarding sequenced data objects. I think the current implementation is incorrect in a number of

Re: [C++] SDO sequenced data objects

2006-12-05 Thread Simon Laws
On 12/5/06, Pete Robbins [EMAIL PROTECTED] wrote: On 05/12/06, Simon Laws [EMAIL PROTECTED] wrote: Hi Pete Some comments in line... On 12/5/06, Pete Robbins [EMAIL PROTECTED] wrote: A number of SDO issues have come up over the past week regarding sequenced data objects. I think the

Re: [C++] SDO sequenced data objects

2006-12-05 Thread Caroline Maynard
On 05/12/06, Pete Robbins [EMAIL PROTECTED] wrote: On 05/12/06, Simon Laws [EMAIL PROTECTED] wrote: The CopyHelper will have to copy the sequenced SDO by using the sequence API and then using the DataObject getter/setted methods to copy properties that were xml attributes. Can we