Advantage Client Engine
Removes a VIEW from an Advantage Data Dictionary. See Advantage SQL Engine for more specific VIEW documentation.
UNSIGNED32 AdsDDRemoveView( ADSHANDLE hAdminConn,
UNSIGNED8 *pucName );
hAdminConn (I) |
Dictionary connection handle |
pucName (I) |
Name of the VIEW to remove |
AdsDDRemoveView will remove a view from an Advantage Data Dictionary.
DROP permissions on the view are required to remove a view from a 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.
AdsDDRemoveView( hConn, "myview" );