SE_dbtune_delete_data

Deletes data in DBTUNE table

Usage syntax

LONG SDEAPI SE_dbtune_delete_data (SE_CONNECTION handle, const ACHAR *keyword, const ACHAR *param_name)

Parameters
handle The ArcSDE connection handle.
keyword DBTune keyword name.
param_name DBTune parameter name.
Description

This function deletes data for a given configuration keywordparameter combination OR all data for a particular configuration keyword. Which is deleted is determined on the basis of supplied input data. If only the keyword is provided, the entire keyword will be deleted. If both a keyword and parameter_name are provided, only that particular parameter under the specified keyword will be deleted.

Returns

SE_SUCCESS
SE_DB_IO_ERROR
SE_NET_FAILURE
SE_NO_PERMISSIONS
SE_TABLE_NOEXIST