Product Information > JADE Database Administration Guide > Chapter 2 - Using the JADE Database Administration Utility > SetPartitionLabel

SetPartitionLabel

The SetPartitionLabel action changes the label of the specified partition. The value of the label attribute can be changed at any time and does not affect the external file name.

The syntax of the SetPartitionLabel action is as follows.

jdbadmin action=SetPartitionLabel
         [path=database-path]
         [ini=initialization-file-name]
         [server=multiUser|singleUser]
         file=file-name [part=partition-ID
         label=label-string

The path parameter is optional in multiuser mode.

The required file and part parameters specify the target file partition.

The required label parameter specifies the new value to be assigned to the label attribute of the specified partition. If the label-string contains embedded spaces, you must enclose it within single quotes ('') or double quotes ("").