I discovered this one in a state management routine – save the address of the database corresponding to the module that’s loaded. It works until the program is restarted or the operating system is rebooted. I’m going to have to change it to use the name of the module instead of it’s address. The only problem I can forsee is the presence of multiple copies of the same named module in the application path; That’s just another thing to work out.