ifx_dropMart() function

The ifx_dropMart() function drops (removes) the data mart from an accelerator.

Syntax


1  ifx_dropMart ( ' accelerator_name ' , ' data_mart_name ' )
accelerator_name
The name of the accelerator that contains the data mart.
data_mart_name
The name of the data mart that you want to drop.

Usage

If you are running other operations on the same data mart, such as loading the data mart, the other operation will fail. The ifx_dropMart() function does not wait until the other operations complete.

Return value

The ifx_dropMart() function returns the text string "The operation was completed successfully." or an error message.

Examples

This example shows how to drop a data mart.

EXECUTE FUNCTION ifx_dropMart('MyAccelerator', 'Datamart1');