I have built a program to manage DB operations. This program acts as stand-alone application or a automation server if a client requests any action from a external program.
If a user attempts any action, the server opens and stay opened. If the user press the "close" button in the server program, the server shows a message like "there are still active COM objects in this application.One or more clients may have references to these objects....".
the question is: Is there any way to disconnect all clients from server-side without any messages?
Thanks!!
If a user attempts any action, the server opens and stay opened. If the user press the "close" button in the server program, the server shows a message like "there are still active COM objects in this application.One or more clients may have references to these objects....".
the question is: Is there any way to disconnect all clients from server-side without any messages?
Thanks!!