AdsDDRemoveView

Advantage Client Engine

Removes a VIEW from an Advantage Data Dictionary. See Advantage SQL Engine for more specific VIEW documentation.

Syntax

UNSIGNED32 AdsDDRemoveView( ADSHANDLE hAdminConn,

UNSIGNED8 *pucName );

Parameters

hAdminConn (I)

Dictionary connection handle

pucName (I)

Name of the VIEW to remove

Remarks

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.

Example

AdsDDRemoveView( hConn, "myview" );

See Also

AdsDDAddView

AdsDDGetViewProperty

AdsDDSetViewProperty