Quantcast
Channel: West Wind Message Board Messages
Viewing all articles
Browse latest Browse all 10393

multi client design

$
0
0
multi client design
FoxPro Programming
multi client design
02/15/2012
07:58:45 PM
3FM16TOUW Show this entire thread in new window
Gratar Image based on email address
From:
To:
All 
Attachments:
None

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.


Viewing all articles
Browse latest Browse all 10393

Trending Articles