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.
ParametersThere are no parametres in this function.
Example - Director
global ado
version=ado.dbGetADOVersion()
Example - Authorwareversion:=CallObject(ado,"dbGetADOVersion")