Skip to Main Content

SQL & PL/SQL

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

convert boolean to string data type

535323Apr 18 2007 — edited Apr 18 2007
hi,

i have data stored in the db as Yes-No (Boolean). Now i require to have another option that is Both. So i change the data type to String instead. However, when i run my application and select Both, error message as below appears:
xxx(java.lang.boolean) != yyy(java.lang.string)

how can i change all data type to string?
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on May 16 2007
Added on Apr 18 2007
4 comments
1,462 views