Contents Index Topic Contents |
Precision Property - ADO
Indicates the degree of precision for Numeric values in a Parameter object or for numeric Field objects.
Applies To
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)
Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.