"Walt" <[EMAIL PROTECTED]> wrote:
> Is it feasible to a DataBase on one computer and have multiple
> users on a LAN accessing the DataBase at the same time?
> 

This can be made to work.  But you will probably be much happier
with a client/server database such as MySQL or PostgreSQL.  They
are designed for concurrent network access from multiple clients.

--
D. Richard Hipp <[EMAIL PROTECTED]>

_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to