RemoveQuery 

Syntax:             BOOL RemoveQuery(LPCTSTR sConnName, LPCTSTR sQryName);

Return Value:    TRUE if the query has been removed successfully, otherwise FALSE.

Parameters:

                        sConnName      Pointer to a string representing connection name.

sQryName        Pointer to a string representing query name

Remarks:

Call this method to remove a specified query in the ELS-QB component.

Note:  To remove the query successfully the specified sConnName and sQryName must exist.

Example:

For Sample of RemoveQuery () usage see the Example of  NewQuery()