Hi.
I have a complex problem at work. I have made a script that manages a database and performs certain tasks. Easy enough.
The difficulty is that mIRC is living on a Windows 2008 Server and I need three (or more) people to be able to access the same instance of mIRC over the internet using the remote desktop client. When one instance modifies the database, I need it to update in all of the other instances so that everybody is working with the same information.
Does anyone have any suggestions as to how this can be accomplished?
I considered writing a server, and having all the clients notify the server when it makes a change, which in turn will notify the other clients, which can then reload the database. However, I'm not convinced the IT guys will let me do this!
Thanks in advance