Quick References
ADO
ASP
CSS2
HTML
JavaScript
Jet SQL
VBScript
WML
WMLScript
WSH
XHTML
XML DOM
XSLT
Features
Knowledge Base
Tutorials
Partners
ZVON.ORG
XML
Planet Source Code
VisualBuilder
Web Design
Your HTML Source
XML/XSLT Forums
ASPAlliance
Scripts
Programmers Heaven
Tek-Tips Forums
Developer Fusion
Code Project
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-2005 by Infinite Software Solutions, Inc. All rights reserved.
Trademark Information