G
Guest
Hi all.
I'm using an UPDATE SQL statement to update values in a Table.
The updated Fields all have the Currency (EUR) format, with two decimals.
The problem:
When the new value is a round number (eg 35) the SQL works fine.
If the new value has a decimal part (eg 35,2) the SQL fails.
Any thoughts please?
Thanks,
Alex
I'm using an UPDATE SQL statement to update values in a Table.
The updated Fields all have the Currency (EUR) format, with two decimals.
The problem:
When the new value is a round number (eg 35) the SQL works fine.
If the new value has a decimal part (eg 35,2) the SQL fails.
Any thoughts please?
Thanks,
Alex