Skip to content

Latest commit

 

History

History
42 lines (35 loc) · 2.24 KB

File metadata and controls

42 lines (35 loc) · 2.24 KB
title NumericScale Property (ADO) | Microsoft Docs
ms.prod sql
ms.prod_service connectivity
ms.technology connectivity
ms.custom
ms.date 01/19/2017
ms.reviewer
ms.topic conceptual
apitype COM
f1_keywords
_Parameter::NumericScale
Field20::NumericScale
helpviewer_keywords
NumericScale property [ADO]
ms.assetid 29a02992-64be-4fcd-be13-445cba205893
author MightyPen
ms.author genemi

NumericScale Property (ADO)

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

Settings and Return Values

Sets or returns a Byte value that indicates 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 a Fieldobject, NumericScale is normally read-only. However, for new Field objects that have been appended to the Fields collection of a Record, NumericScale is read/write only after the Value property for the Field has been specified and the data provider has successfully added the new Field by calling the Update method of the Fields collection.

Applies To

Parameter Object Field Object

See Also

NumericScale and Precision Properties Example (VB)
NumericScale and Precision Properties Example (VC++)
Precision Property (ADO)