I'm starting to write a small app which should allow a few users to connect to a DB file to retrieve and save data.
There might me up to 10 users connected at the same time. Those users have different versions of Windows (XP, Vista, Win7 on both 32 and 64 bit).
I've always used Access or Oracle DB via odbc, but we've just found out that some users have problems with odbc and, since we cannot change any settings on theirs PCs to fix those problems, I'm looking for alternatives!
My question is: is it wise/possible to create a SQLite DB file on the lan on a shared folder and allow all the users to connect directly to it?
I'm a complete beginner on SQLite (I'm reading some info on their website), so I'm not yet sure about its limits.
This DB will be very small: 5-6 tables, with a maximum of a few thousands records and no more than 10 users connected at the same time (usually less than 3 people at the same time). It's not required for the DB to be be password locked, but I might need to add this feature later on if asked to.
Any suggestions will be much appreciated!
Thank you very much.
btw… I hope my english is not so bad!
