Advanced Database Record Editing
--------------------------------

This example shows how XMLInspector may edit a database table record 
using various schemes. The example uses BDE connection and a standard 
example database DBDEMOS.

Run the example. The program will open the table employee.db. You may edit any 
record by pressing Edit or add a new record by pressing Add. For this you may 
choose any scheme from the three ones determined in the popup list.

First two schemes show how to group fields for user-friendly data 
representation. Use these approaches in case of tables with numerous fields.  

The third scheme enables to edit only some record fields. Use this approach 
to separate user rights and allow different users to edit only certain fields.


