I'm doing a WinNT service that pings a server to check if it is online or not. It then updates a remote database by calling a stored procedure.
The problem is that when the open method of the ADO connection object is called, nothing happens. I suppose it can not establish a connection.
But when i use the code on a normal application, the code works. Anyone got an idea?
The problem is that when the open method of the ADO connection object is called, nothing happens. I suppose it can not establish a connection.
But when i use the code on a normal application, the code works. Anyone got an idea?