new
It is necessary to initiate the dmmMDB XTRA before the first use. If the library dmmMDB.x32 is located in the XTRAS folder it is enough to insert global mdb mdb=new(xtra "dmmMDBJet")

Example - Director
global mdb
openXlib the pathName&"dmmMDB.x32"      
mdb=new(xtra "dmmMDBJet")

Example - Authorware
mdb:=NewObject("dmmMDBJet")