Charbel Keyrouz wrote:What if the databases stores it as rubbish character.
In order to simply store it and read it the same way, the database should have the same character set to which this string's characters belong.
Brent Sterling wrote:In general it is best to use String properties in your form to represent fields that the user enters on the screen. I am pretty sure that this error is usually caused by using properties of other types (Date, Long, ...).
- Brent