AdoColumn:NumericScale Assign

<< Click to Display Table of Contents >>

Navigation:  Adox Classes > AdoColumn Class >

AdoColumn:NumericScale Assign

Previous pageReturn to chapter overviewNext page

Purpose

The scale of a numeric value in the column

 

Prototype

ASSIGN NumericScale ( bVal AS BYTE  )  AS BYTE PASCAL CLASS AdoColumn

 

Argument(s)

bVal        BYTE

 

 

Description

The scale of data values in the column when the Type property is adNumeric or adDecimal. NumericScale is ignored for all other data types.

 

See Also

AdoColumn