Param( ).Precision

This property indicates the degree of precision for numeric values by specifying the maximum number of digits used for a parameter. 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).Precision = nValue

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

nIndex  (Long) index of the parameter

nValue  (Long) the maximum number of integers that will make up the size of the value