NumericScale Property - ADO

Indicates the scale of Numeric values in a Parameter or Field object.

Applies To

Field, Parameter

Settings and Return Values

Sets or returns a Byte value, indicating the number of decimal places to which numeric values will be resolved.

Remarks

Use the NumericScale property to determine how many digits to the right of the decimal point will be used to represent values for a numeric Parameter or Field object.

For Parameter objects, the NumericScale property is read/write. For Field objects, the NumericScale property is read-only.

Examples

NumericScale and Precision Properties Example (VB)


© 1997 Microsoft Corporation. All rights reserved.