|
Our databases are a split design. This means that all the data, stored in tables, are in one database (known as the back-end) and all the queries, forms and reports are in another database (known as the front-end). When upgrades and modifications are required, a new front-end can be developed and tested off-line and then seamlessly exchanged with the old front-end, with no risk to the live data.
Splitting databases also allows for a modular approach to developing the database. Different front-ends can be linked to one or more back-ends. This eliminates duplication of data and allows sharing of selected information between different functional areas.
Rather than committing to a complex Laboratory Information Management System (LIMS), you can incrementally build your own integrated system, one module at a time.
|