AdoColumn:Precision Assign

<< Click to Display Table of Contents >>

Navigation:  Adox Classes > AdoColumn Class >

AdoColumn:Precision Assign

Previous pageReturn to chapter overviewNext page

Purpose

The maximum precision of data values in the column

 

Prototype

ASSIGN Precision ( lVal AS LONG  )  AS LONG PASCAL CLASS AdoColumn

 

Argument(s)

lVal        LONG

 

 

Return

LONG

 

Description

The maximum precision of data values in the column when the Type property is a numeric type. Precision is ignored for all other data types.

 

See Also

AdoColumn