Icon View Thread

The following is the text of the current message along with any replies.
Messages 1 to 2 of 2 total
Thread connection lost problem
Fri, Dec 29 2006 5:41 AMPermanent Link

"Santy Concepción"
Hi!

I'm using DBISAM 4.25 C/S and Delphi 7

Some customers have reportered that the application loses the connection to
server if the app is open but not used for a long time.
The app is opened, connected, etc... but if they don't use it for a long
time, it raises a #11280 error message when trying to do something with the
app.

Our app traps the #11280 message on the Application.OnException event, and
terminates the app automatically.

What are the possible causes of losing the connection with the Server?
Have I to active/change the RemotePing or RemoteTimeOut properties?
Should the app disconnect from the server if it is not used for a long
period?

Thanks!

Fri, Dec 29 2006 2:35 PMPermanent Link

Tim Young [Elevate Software]

Elevate Software, Inc.

Avatar

Email timyoung@elevatesoft.com


Santy,

<< What are the possible causes of losing the connection with the Server?
Have I to active/change the RemotePing or RemoteTimeOut properties? >>

Set the TDBISAMSession.RemotePing property to True in the client application
and that should take care of the issue.

--
Tim Young
Elevate Software
www.elevatesoft.com

Image