| Notes |
This verb must be called before any of the other external db verbs (all but db.get and db.set) may be used.
If the database is opened read-only, verbs that modify the database (db.setValue, db.newTable, db.delete, db.save) will fail. However multiple scripts, potentially on multiple machines, may access the same database simultaneously in read-only mode
You may open a database that is currently open in Frontier. In this case, changes are "live", updating open windows as you'd expect.
|