Hi there,
I want to use a currency field in my firebird 1.5 database. Its type is decimal(15,2).
The content of the field is shown correct but editing is not possible (language of system is german!). Every change I take is lost after a post and the old value is shown.
I think it's a conflict between german decimal format (123,45) and the english one ( 123.45).
Has someone an idea how i can solve it - excepting the possibility of create an update statement after posting the dataset? Because I want also to insert a new dataset with any decimal values, and how should i update a record without a primary key?
Hope you understand my english ... and problem ;-)
...regards...