void=dbClose()
This function closes and finishes work with an mdb file.
Parameters
There are no parametres in this function.
Example - Director
global mdb mdb.dbClose()
Example - Authorware
CallObject(mdb,"dbClose")