Kbase P47916: ADO.Recordset adDecimal columns is not correctly handled when value is bigger than 922337203.0000000
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  25/02/2005 |
|
Status: Unverified
FACT(s) (Environment):
Progress 9.1D
SYMPTOM(s):
ADO.Recordset adDecimal columns is not correctly handled
Value is bigger than 922337203.000000000
'..--).0-.-)0'++/*/* is displayed instead
Specifying 10 digits to the right of the decimal point.
CAUSE:
Bug# 20031014-009
FIX:
Option 1. Upgrade to 9.1E01
Option 2. Specify 9 digits instead of 10 to the right of the decimal point:
chADORS:fields:item("MyDecField"):NumericScale = 9.