Hi all,

I'm at a lost here...
I have a VB6 App running on a server, that queries an SQL Server 2000 database every 3 minutes, 24/7. Most of the time, the querying is fine but every week or so it gets a 'SQL Timeout Expired' pop up and so all the processes stop working until somebody physically clicks OK through the window and then the processes of the App continue.

I'm wondering, is there is ANY way to automate this clicking? or maybe disable the timeout window from appearing for timeouts only? Would turning this windows app into a windows service help at all?

ANY help or info would be very appreciated.

Thank you in advance!