AdoSetAdoVersion() Function

<< Click to Display Table of Contents >>

Navigation:  Support Functions >

AdoSetAdoVersion() Function

Previous pageReturn to chapter overviewNext page

Purpose

Get/Set ADO Version to use in Vo2Ado

 

Prototype

FUNCTION AdoSetAdoVersion ( nVers )  AS LONG

 

Argument(s)

nVers        (Optional)Version number of ADO to use

 

Return

LONG        The current setting

 

Description

With this function you can set the ADO level that Vo2Ado will try to use

Possible values for nVers are:

20        Will enable ADO version 2.0 (the default)

21        Will enable ADO version 2.1

25        Will enable ADO version 2.5

26        Will enable ADO version 2.6

27        Will enable ADO version 2.7

 

Some objects and some methods will be available only in the more recent versions of ADO.

 

See Also

Support functions, AdoVersion(), AdoObject:AdoVersion