On 10 Sep 2013, at 4:37pm, olivier Ménard <[email protected]> wrote:
> I've tried with my colleagues to write data to the same SQLite DB-file from > differents accounts. > When someone added a new line in the DB, sometimes older existing data were > lost as if they had never existed and sometimes not. > > Why ? > > Multiple access are maybe allowed only for reading ? What operating system are you using ? What software or library calls are you using ? The SQLite shell tool ? The C API ? How are the computers you are using accessing the same file ? Are you using access across a network ? If so, what network protocol are you using ? Simon. _______________________________________________ sqlite-users mailing list [email protected] http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

