loosing connection with server

Ye' old general discussion board. Basically, for everything that isn't covered elsewhere. Come here to shoot the breeze, shoot your mouth off, or whatever suits your fancy.
This forum is not for asking programming related questions.

Moderator: General Moderators

Post Reply
prfalco
Forum Newbie
Posts: 1
Joined: Wed Nov 05, 2008 1:53 pm

loosing connection with server

Post by prfalco »

Hello,
I have an application that if you don't do anything with it for a while, then it's like you loose connection with the server. For example, there's an interface where you input your name, press enter key and then it takes you to a database, collects some info and then fills-in other info from the result set, like your first name, address, etc.
But again, if you leave the window open for a while, and you try to re-query, nothing happens.
Is there a way to keep my application connected to the server?
Thank you.
P.
Post Reply