PC SOFT

PROFESSIONAL NEWSGROUPS
WINDEVWEBDEV and WINDEV Mobile

Home → WINDEV 2024 → HFSQL currency format
HFSQL currency format
Started by buherka, Jul., 07 2022 7:05 AM - No answer
Posted on July, 07 2022 - 7:05 AM
Hi
I use HFSQL database, via OLEDB interface. (windev25)
I have problems with the CURRENCY format.
Same table, same column, same query.
I need to divide some values by 1000 and some values by 10000. I don't know what it depends on.
The scale and precision values of the column do not change.

What am I not doing well?