AdoFieldType() Function

<< Click to Display Table of Contents >>

Navigation:  Support Functions >

AdoFieldType() Function

Previous pageReturn to chapter overviewNext page

Purpose

Return String representation of a Ado Field/Parameter type

 

Prototype

FUNCTION AdoFieldType ( lType AS LONG )  AS STRING

 

Argument(s)

lType        Type value of a AdoField object

 

 

Return

STRING        String representing the Field type

 

See Also

AdoField:Type, AdoParameter:Type, AdoDataTypeEnum, Support functions