On Thu, 16 Jan 2003 10:37, Lior Shliechkorn wrote: > Hi, > > I'm running an app from a remote location (Chicago) with a database located > in New York. I know this is not by any means a recommended practice, > however, it's for testing purposes. My question is why this is occuring? > The application works fine, but if I try to access it after a little time > has passed I get that exception thrown.
A wild guess might be that the connection is being reset by the DB after a peiod of non-use, which throws an IO Exception the next time the DB is accessed by the web app. Usually a SQL exception would be thrown however, so don't treat this suggestion as gospel. I know at least two databases which have this behaviour (Postgres, and some versions of Interbase). Regards, Peter -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>