TADOConnection drops Dataset after period of Inactivity?


2008-02-23 05:06:13 AM
delphi33
I recently have discovered an infrequent but unexpected glitch with my
Delphi 6 application that I am trying to understand. The problem
appears when a user enter data and does not send an update command
within 30 minutes or so (not sure of the exact length). It appears
that the DataSet gets disconnected from the Connection object after 30
minutes. My application uses a TADOConnection with TADOQuery
components.
Can anyone confirm this? Do DataSets get dropped from the connection
object after a period of inactivty?
Thanks,
Frank