AdoVersion() Function

<< Click to Display Table of Contents >>

Navigation:  Support Functions >

AdoVersion() Function

Previous pageReturn to chapter overviewNext page

Purpose

Return Ado Version number

 

Prototype

FUNCTION AdoVersion ( nNum  := 0 AS LONG )  AS STRING

 

Argument(s)

nNum        Which version to return.

 0        (default) is the version of ADO.

 1        will return the version of Xs2Ado in short format: (X.YY)

 Any other value will return the Xs2Ado version in long format

 

 

Return

 

See Also

Support functions