Page 1 of 1

Office Friendly Database

Posted: Mon Jul 14, 2008 5:54 pm
by tarah.taylor1985
Is there anyway to set Base up so that everyone in the office can go in an view and update content real time?

Re: Office Friendly Database

Posted: Mon Jul 14, 2008 7:39 pm
by r4zoli
Base a single user application, with built in HSQLDB database engine. You can use odb files on server, in that case only one user can edit it. Use MySQL or similar database on server for storing data, and Base as frontend for inserting and retrieving data, in multiuser environment.