Christian Kienle said: > I would like to write an app with C++ which uses sqlite. > We will soon have a windows network here. Is it possible to place the > sqlite database files on one server and to let the client apps access > the sqlite db file through a windows share which is "mounted" like a > normal drive - like G:\my\path\to\mydb.db?
http://www.sqlite.org/faq.html#q7 In summary, it's perfectly possible, but not recommended. One way to make it work is to have the writer app run on the machine which holds the database and only have clients access it via shares. If you use a fairly fast protocol (i.e. not SOAP) the speed issues shouldn't be too bad. Clay -- Lazarus Notes from Lazarus Internet Development http://www.lazarusid.com/notes/ Articles, Reviews and Commentary on web development