AdoEnums.ParameterAttributes Class Fields
The
ParameterAttributes
class contains the fields shown in the following table.
Constant
Value
Description
SIGNED
16
Indicates that the parameter accepts signed values.
NULLABLE
64
Indicates that the parameter accepts Null values.
LONG
128
Indicates that the parameter accepts long binary data.
© 1999 Microsoft Corporation. All rights reserved. Terms of use.