Precision Property

Indicates the degree of precision for Numeric values in a Parameter object or for numeric Field objects.

Settings and Return Values

Sets or returns a Byte value, indicating the maximum total number of digits used to represent values.

Remarks

Use the Precision property to determine the maximum number of digits used to represent values for a numeric Parameter or Field object. The Precision property is read/write.

If you specify a numeric data type for a Parameter object, you must set the object's Precision property before appending it to the Parameters collection; otherwise an error occurs. If you have already appended the Parameter object to the Parameters collection of a Command object and you change its type to a numeric data type, you must set the Parameter object's Precision property before executing the Command object; otherwise an error occurs.