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.
patrickPosted Sep 23, 2009, 2:27 PM
Dushan StankovicPosted Sep 23, 2009, 2:17 PM
patrickPosted Sep 23, 2009, 1:31 PM
Dushan StankovicPosted Sep 23, 2009, 1:29 PM
When you finish the videos, if you will help please contact me. I am not an expert, I know basics + little pratice + web + web + web => solving problems :)
Roei BarPosted Sep 23, 2009, 1:20 PM
i recommend you this
http://www.sqlitemanager.org/
its a web based sqllite manager, with installation guide
enjoy
patrickPosted Sep 23, 2009, 12:05 PM
Dushan StankovicPosted Sep 23, 2009, 11:52 AM
Nir BarPosted Sep 23, 2009, 10:59 AM
If you want to access it only from your computers, then the shared-drive is good enough
patrickPosted Sep 23, 2009, 10:47 AM
Nir BarPosted Sep 23, 2009, 10:42 AM
For a starter you should install an IIS which is an internet server.
The connection-strings you are using should access your SQL database with proper authentication credentials (which might be insecure if you're reckless with it)
Please check "Accepted Answer" if this post helps you
Nir