Param( ).NumericScale

This property indicates the scale of the numeric value by specifying the number of decimal places to which the number will be resolved. Not all database types support this parameter. If it is not supported, the ODBC driver will ignore this setting. The default is 0.

Group: Stored Procedure Object

Syntax: StoredProc.Param(nIndex).NumericScale = nValue

Alternate: nValue = StoredProc.Param(nIndex).NumericScale

nIndex  (Long) index of the parameter

nValue  (Long) the number of places to resolve the parameter’s value