I built a program using cBuilder, with an oleAuto interface to allow some client to make some simple query to the server com. I want to close the server when for some reason ( ex. the db connection is lost ) something is wrong and a I need to restart the server.
The problem is that if there are some clients connected through the COM reference I get a dialog that prompt me to confirm that I want to close this application.
Is there some way to avoid the dialog and force the closing of the server?