Not sure which forum this should be in . . .
I have a wc program, let's say myprg.exe with an OLE class myprg. I thus have a server myprg.mprg.
Now I have 5 different client sites accessing this program. Each of the 5 client sites has a data set, including logins and passwords. What I want to do is to avoid having to have the client login first to myprg and then have that determine the data path for this client. We are required to keep all material, both program and data, physically separate from each client.
I cannot just have various copies of myprg as I would on the desktop, since they will all have the same server ID. What I planned to do is have 5 executables each registered with a different class name. Not so smooth, but fulfills the requirements, which are absolute. No 2 clients can have security access to the same folders.
It seems there should be a better way that what I am doing. I would love to hear it.