void=dbCompactAndRepair(mdbFile: string)
This function corrects and comprimes the mdb file. This file must not be run neither by any other system nor any function dbOpen of the XTRA.
ParametersThe function has one parameter being mdbFile, which is a name of the mdb file that we want to comprime and correct.
Note
Example - Director
global mdb
mdb.dbCompactAndRepair('c:\abc.mdb')
Example - AuthorwareCallObject(mdb; "dbCompactAndRepair","c:\abc.mdb")