Edit Database Record
------------------

The example shows how XMLInspector may edit database table records. 
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.

The writing scheme will be generated in the GenerateXSD method on basis of 
database field data.

In practice the example shows a simple way of editing any table records.
