Trigger for New Connections

frafati

New Member
Hello all,

Is there a trigger or call back function that can notify a progress program at run time that a new client (work station) is connected to the database server?

Thanks
 

frafati

New Member
Thank you very much for your reply Simon Sweetman.
I will try your solution.


Simon Sweetman said:
You could try polling the _Connect Meta Schema table in a little loop with PROCESS EVENTS in it.
 
Top