Hi All,
Not sure quite how to tackle this one. I have a small webserver I am testing, and have it all working great. I have a separate login procedure that reads login information from an SQL table. The webserver happily connects and opens the table; gets the security information, etc.
The issue, is that nightly, this server gets reset (not under my control). The webserver, for some reason, leaves the connection up once someone logs in, and once that connection is killed, I can no longer log in. I have to restart the webserver. Any thoughts on how to handle this disconnect?
Joe.