Spiceworks Inventory and Help Desk uses a local sqlite dbfile. They stress that you cannot open this DB directly, or else if Spiceworks tries to write to it you can corrupt the DB. You *can* open the sqlite file read only, but two people cannot open it for write at the same time. sqlite is a single user database.
Bob S > On Feb 7, 2018, at 10:44 , Mike Kerner via use-livecode > <use-livecode@lists.runrev.com> wrote: > > @Bob are you sure that's true? I seem to recall being able to accidentally > reopen the db over and over without an error. I can't remember if the dbid > increments when I do this, but I think it does. _______________________________________________ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscription preferences: http://lists.runrev.com/mailman/listinfo/use-livecode