How to open a database

Previous  Top  Next

    
 

 

Assuming an application variable, Access:

Code:

Access.OpenCurrentDatabase('C:\My Documents\Books.mdb', True);

 

The second parameter specifies whether you want to open the database in Exclusive mode.

 

©Drkb::02742