new
It is necessary to initiate the dmmADO XTRA before the first use.
If the library dmmADO.x32 is located in the XTRAS folder it is enough to insert
global ado
ado=new(xtra "dmmADO")
Example - Director
global ado
openXlib the pathName&"dmmADO.x32"
ado=new(xtra "dmmADO")
Example - Authorwareado:=NewObject("dmmADO")