string=dbGetADOVersion()
The function returns number of version of the database engine for work with database files Microsoft Access (mdb), that is installed on the computer. Number of version is returned in the string format.

Parameters
There are no parametres in this function.

Example - Director
global ado
version=ado.dbGetADOVersion()

Example - Authorware
version:=CallObject(ado,"dbGetADOVersion")