on 2023 Jan 05 1:01 PM
As of version 17, DBISQL by default uses the machine's locale to display dates and numbers in the according locale, as stated here.
For locales with comma as decimal separator, DBISQL uses the semicolon as default field separator. This works fine in my case with German locale.
However, DBISQL 17.0.11.7236 does not accept numbers with a decimal comma as input (say, "0,75") for floating point or decimal data with the INPUT statement but raises a SQLCODE -151 error:
Cannot convert '0,75' to double.
This somewhat does make it still difficult to import localized numbers. I suspect I still have to load those numbers into dummy string columns and then have to turn their values – swapping decimal comma to decimal point – into "real numbers".
Am I missing a point (pun intended)?
User | Count |
---|---|
68 | |
10 | |
10 | |
10 | |
10 | |
8 | |
8 | |
7 | |
5 | |
5 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.