On Thu, 26 Sep 2019 at 13:01, Jens Alfke <[email protected]> wrote: > > > On Sep 24, 2019, at 3:48 PM, Keith Medcalf <[email protected]> wrote: > > > > There are not, to my knowledge, any client/server database systems that > will work properly if the database resides on a network filesystem (meaning > remote multi-access). The "client" is remote from the "server" because the > "client" and "server" use some sort of IPC mechanism (of which a network is > an example) so that the "client" can send commands to and receive responses > from the "server". > > Well, obviously. “Client/server” means databases like MySQL or Oracle. No > one would run those with the server using a networked file system. >
Haha, you'd be surprised! https://blogs.msdn.microsoft.com/varund/2010/09/02/create-a-sql-server-database-on-a-network-shared-drive/ -Rowan _______________________________________________ sqlite-users mailing list [email protected] http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users

