I’ve found a bug using the Spanish (Spain) locale which uses a coma as decimal symbol.
When I input 26,65 I see in Servoy 26,65 but in the database (Oracle9i) I see only 26 (the decimal part is gone).
If I use the English (United Kingdom) locale when I input 26.65 I see 26.65 in the database.
I don’t know if this is an Oracle9i specific bug.
In Oracle9i the number if defined as: NUMBER(30,8 )