Quote:
|
Originally Posted by chaosfoz666
Then this would bring up a summary of where it is, and the diagrams etc....
|
Are we talking pictures illustrating where a component is or something more abstract like Windows' Device Manager?
Quote:
Also I would like to store this on removable media such as a DVD or USB drive.
And I would like to protect it from being altered by anyone except myself and maybe 1 or 2 people.
|
Okay, 1 or 2 users will work pretty well with Access or some other file-based DBMS. You'll want to have every computer you use it on have the same version.
I haven't tried an Access database on a read-only volume. But you could certainly use a DVD-RAM. If you store it on a DVD-RAM or a USB drive, you'll still want to make backups.
Encryption-wise: if there are only 1 or 2 users, it's best to use encryption like
TrueCrypt. Access, for example, doesn't have very good built-in encryption. It's either usable but weak (the whole-database password) or strong but unusable (the security wizard thing.) And you can easily design a database that works fine when it's not encrypted but breaks when it is.