Boolean fields in ODAC
Posted: Tue 11 Jan 2005 08:34
hello,
I'm having a problem in dynamically differentiating boolean fields from integer fields in Oracle.
Usually boolean fields are of type integer(1) in Oracle.
My question is : how can I retreive, using ODAC, the field size from the field type when it is integer(1) ?
Once I can get the size value of the integer type, I can easily differentiate between integer and boolean.
Thanks for your help.
I'm having a problem in dynamically differentiating boolean fields from integer fields in Oracle.
Usually boolean fields are of type integer(1) in Oracle.
My question is : how can I retreive, using ODAC, the field size from the field type when it is integer(1) ?
Once I can get the size value of the integer type, I can easily differentiate between integer and boolean.
Thanks for your help.