Field Numeric Property
Precision Property
Parameter Object
PROPERTY: Parameter::NumericScale
byte =
parameterobject.
NumericScale
The
NumericScale
property sets or returns a byte value that defines how many digits are stored to the right side of the decimal point for a numeric value (number) for a
Parameter
object. The number of digits stored on the right side is also referred to as the scale of the number.
Code (VBScript):
For Each objParameter In objCommand.Parameters
Response.Write objParameter.
NumericScale
& VBCRLF
Response.Write objParameter.Precision & VBCRLF
Next
Copyright 1999-2001 by Infinite Software Solutions, Inc. All rights reserved.
Trademark Information