AdoDecimalAsFloat() Function

<< Click to Display Table of Contents >>

Navigation:  Support Functions >

AdoDecimalAsFloat() Function

Previous pageReturn to chapter overviewNext page

Purpose

Gets/sets the way Xs2Ado in which returns Decimal values

 

Prototype

FUNCTION AdoDecimalAsFloat ( lFloat)  AS LOGIC

 

Argument(s)

lFloat        (Optional) Logical value. When set to TRUE, all decimal from ADO are returned as X# FLOATs.Some precision is lost when using this conversion. When set to FALSE, all Decimal values are returned as Decimal structures.  

 

The default value for AdoDecimalAsFloat is TRUE

 

Return

LOGIC        Current value of this setting

 

See Also

AdoDateTime, Support functions