close
Warning:
Can't synchronize with repository "(default)" (/var/svn/tolp does not appear to be a Subversion repository.). Look in the Trac log for more information.
- Timestamp:
-
Sep 8, 2014, 4:12:24 PM (11 years ago)
- Author:
-
Pedro Gea
- Comment:
-
Parece ser un problema de la configuración del ODBC.
Una solución consiste en cambiar la configuración "Numeric Settings" de la configuración del odbc ("Oracle ODBC Driver Configuration") y utilizar: "Use US settings".
Compruébese la query anterior para validar el cambio.
Nótese, sin embargo que:
Real DBTable("
SELECT CAST(1.1 AS DECIMAL(5,2)) * 1.0
FROM dual
")[1][1]; // -> Real 1.1
Legend:
- Unmodified
- Added
- Removed
- Modified
-
-
Property
Status
changed from
new
to
closed
-
Property
Resolution
changed from
to
fixed
-
initial
|
v1
|
|
6 | 6 | SELECT CAST(1.1 AS DECIMAL(5,2)) |
7 | 7 | FROM dual |
8 | | ")[1][1]; |
9 | | }}} // -> Real 1.0 |
| 8 | ")[1][1]; // -> Real 1.0 |
| 9 | }}} |