Hi,
In Delphi 2009, I get returned "out of bounds (108)" on TOraXMLField.Datatype
This seems wrong.
With regards,
Martijn Tonies
Upscene Productions
TOraXMLField does not return proper FieldType
Hello
Delphi enumeration TFieldType doesn't have field type for XML fields. So for these fields we use our own type that is not a member of the TFieldType enumeration. But we don't get situation when this type call error "out of bounds (108)". To resolve this issue we need to learn the lines of your code that result in arising this error.
Delphi enumeration TFieldType doesn't have field type for XML fields. So for these fields we use our own type that is not a member of the TFieldType enumeration. But we don't get situation when this type call error "out of bounds (108)". To resolve this issue we need to learn the lines of your code that result in arising this error.
Well, that's what the debugger shows me...bork wrote:Hello
Delphi enumeration TFieldType doesn't have field type for XML fields. So for these fields we use our own type that is not a member of the TFieldType enumeration. But we don't get situation when this type call error "out of bounds (108)". To resolve this issue we need to learn the lines of your code that result in arising this error.
In my opinion, you should return -something- that is valid in Delphi TFieldType...