void=dbOpen(mdbFile, mdbPassword: string)
This function opens the mdb file for additional use. If the file is not opened, we cannot work with it.

Parameters
There are 2 parametres in this function. mdbFile is name of mdb file, and mdbPassword is password for the mdb file. If the password was not use when creating the mdb file, we insert an empty chain.

Note



Example - Director
global mdb
mdb.dbOpen(the pathName&"data.mdb", "abc")

Example - Authorware
CallObject(mdb; "dbOpen", FileLocation ^ "data.mdb","abc")