list=dbXtraVersion()
The function returns information about the XTRA dmmADO. The function returns values in the format Abstract Data Types:
[#fileType: "Xtra (32)",
#CompanyName: "Studio dmm",
#FileDescription: "XTRA dmmADO for work with database files Microsoft Access",
#FileVersion: "1.9.0.21", #InternalName: "dmmADO",
#LegalCopyRight: "© 1992-2009 Studio dmm",
#LegalTradeMarks: "Studio dmm",
#OriginalFileName: "dmmADO.x32",
#productName: "dmmADO",
#productVersion: "1.0.0.0"]
The meaning of the items is clear and it is not necessary to describe it closer.
ParametersThere are no parametres in this function.
Example - Director
global ado
version=ado.dbXtraVersion()
Example - Authorwareversion:=CallObject(ado,"dbXtraVersion")