Making progress on setting up this MIDAS project.
On the client. I have an EXE and some BPLs.
On the server, a main EXE and activeX DLLs matching the client-side BPLs.
However, I'm not sure how to manage COM objects instancing. Basically, I
want to create a stateless server, except for one RDM in the server's EXE
which will be unique to each client and handle their database connection.
How do I set it up so that the server EXE runs only once, but that it's RDMs
are re-used with each client, except for the one?
TIA,
Stephane