Advantage Client Engine
Remove a stored procedure definition from the data dictionary.
UNSIGNED32 AdsDDRemoveProcedure( ADSHANDLE hAdminConn,
UNSIGNED8 *pucName );
hAdminConn (I) |
Data dictionary connection handle. |
pucName (I) |
The stored procedure data dictionary name to remove from the data dictionary. |
This function may be used to remove a stored procedure definition from the Advantage Data Dictionary. Other methods of removing stored procedures are the "DROP PROCEDURE" SQL syntax or by using Advantage Data Architect.
DROP permissions are required on the stored procedure to remove it from the data dictionary. See Advantage Data Dictionary User Permissions for more information.
Note This function can be called inside a transaction, but will not be part of the transaction. Any changes it makes cannot be rolled back.