Forum Post: RE: Disconnect users from database

  • Thread starter Thread starter Lieven De Foor
  • Start date Start date
Status
Not open for further replies.
L

Lieven De Foor

Guest
Assuming you have the source of the application, there are several ways to build in some sort of time-out mechanism on the client side. In classic UI you can use WAIT-FOR xxx PAUSE statement to timeout (and then check for any active transactions and quit the session if needed); in .NET UI you can look at the ApplicationIdle .net component ( www.codeproject.com/.../Application-Idle ).

Continue reading...
 
Status
Not open for further replies.
Back
Top