Field Precision Property
NumericScale Property
Parameter Object
PROPERTY: Parameter::Precision
byte =
parameterobject.
Precision
The
Precision
property sets or returns a byte value that defines the maximum number of digits that a number (numeric value) can have in a
Parameter
object. This maximum number is also referred to as the degree of precision.
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