dbCreateMDB |
Top Previous Next |
Syntax INT = dbCreateMDB(path as STRING) Description Create a Microsoft Access compatible database file. Parameters path - Full path and filename for the database. Return value TRUE if database was successfully created, FALSE if there was an error or the database already exists. Remarks You can establish a connection the the database as soon as it is created. Example usage IF dbCreateMDB("c:\\myfiles\\addresses.mdb") |