RohitPatel9999 wrote:
I have read articles and understood that it is not safe to access SQLite
database file on network drive. (on all windows).
But what about Windows 2000 (Server) ??? i.e. If SQLite (3.3.4 or 3.3.6)
database file resides on disk drive of Windows 2000 Server, then is it safe
to access that SQLite database via network ?
Any thoughts...Any one's experience ?
Thanks for any help.
Rohit
It is safe to access an Sqlite file across a network. Where you have to
be careful is multiple users and locking across a network. You should
also be aware that performance will suffer if the file is accessed
across a netwrok for simple bandwidth reasons.
If you are setting up a multi-user, multi workstation DBMS Sqlite may
not be your best choice. If you have an embedded DBMS then Sqlite is an
excellent choice.
-----------------------------------------------------------------------------
To unsubscribe, send email to [EMAIL PROTECTED]
-----------------------------------------------------------------------------