This is a feature of JBuilder Enterprise.
The Keys Editor allows you to specify a list of values that identifies the records you want to see in a transfer of data from a database to an XML document. The Keys Editor appears when you click the ... button for the Keys Value field of the XMLDBMSTable
component's customizer, or for the Keys field of the XTable
component's customizer.
The Keys Editor displays a list box. To add a value to the list box, click the Add button.
To move an item up in the list, select it in the list box and click Move Up.
To move an item down in the list, select it in the list box and click Move Down.
To add a value to the list box, click the Add button. A new item appears in the list box. Select the new item and edit it to the value you want it to have and press Enter.
If you are using the XTable
customizer, place double-quotation marks around the value. For example, you would enter "EmpNo" to specify the EmpNo column.
If you are using the XMLDBMSTable
customizer, don't place quotation marks around the values you enter in the Keys Editor.
To remove a value in the list box, select it and choose Remove.
To remove all values in the list box, choose Clear.