How to open a database
01.01.2007
Assuming an application variable, Access:
Access.OpenCurrentDatabase('C:\My Documents\Books.mdb', True);
The second parameter specifies whether you want to open the database in Exclusive mode.
Assuming an application variable, Access:
Access.OpenCurrentDatabase('C:\My Documents\Books.mdb', True);
The second parameter specifies whether you want to open the database in Exclusive mode.