Precision Property - ADO

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

Applies To

Field, Parameter

Settings and Return Values

Sets or returns a Byte value, indicating the maximum total number of digits used to represent values. The value is read/write on a Parameter object and read-only on a Field object.

Remarks

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

Examples

NumericScale and Precision Properties Example (VB)


© 1997 Microsoft Corporation. All rights reserved.