convert boolean to string data type
535323Apr 18 2007 — edited Apr 18 2007hi,
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?