Advantage SQL Engine
Delete a subscription object from the database.
sp_DropSubscription(SubscriptionName,CHARACTER,200 )
SubscriptionName (I) |
Name of the subscription object to delete. |
AE_INVALID_OBJECT_NAME |
The subscription specified by SubscriptionName cannot be located in the data dictionary. |
sp_DropSubscription removes an existing subscription from the database.
EXECUTE PROCEDURE sp_DropSubscription( 'mysub' )
See Also