LyleMartin
Member
Hello,
I am trying to do something like the following.
if Query.Field('field_name').FieldType=otClob
I have also tried
Query.Field('field_name').FieldDBType=otClob
Of course it is more complicated than that.. it really looks like:
Query.Field.(otherQuery.field('something')).FieldType (or FieldDBType)
I have tried the 4 versions above (using the simple field names and then more complex with FieldType and FieldDBType) and each time I get the error:
invalid variant operation
What am I doing wrong? This should be pretty simple. I've done this kind of thing with regular queries before and I am using the TOracleQuery methods.
Your help is greatly appreciated -- in advance!
Best,
-Lyle
Ms. J. Lyle Martin
Sr. Web Developer
Integic Corp.
I am trying to do something like the following.
if Query.Field('field_name').FieldType=otClob
I have also tried
Query.Field('field_name').FieldDBType=otClob
Of course it is more complicated than that.. it really looks like:
Query.Field.(otherQuery.field('something')).FieldType (or FieldDBType)
I have tried the 4 versions above (using the simple field names and then more complex with FieldType and FieldDBType) and each time I get the error:
invalid variant operation
What am I doing wrong? This should be pretty simple. I've done this kind of thing with regular queries before and I am using the TOracleQuery methods.

Your help is greatly appreciated -- in advance!
Best,
-Lyle
Ms. J. Lyle Martin
Sr. Web Developer
Integic Corp.