set up a web server or alternative
Okay, here is my situation. I have my application running on stations that are grouped in three computers. One of the computers hold an sqlite database on a shared drive, the others use that database so all three are in synch. This is the problem I am running into: I need to set up a way to access the database from the internet, read and write. I have no idea where to begin.