|
|
|
|
|
<Source>.DeleteTrigger (Function) In french: <Source>.DétruitTrigger
Available only with this kind of connection
Deletes a trigger. This trigger cannot be used anymore.
Syntax
<Result> = <Source>.DeleteTrigger([<List of HFSQL functions>] [, <Type>])
<Result>: Boolean - True if the operation was performed,
- False if a problem occurs. HError is used to identify the error.
<Source>: Type corresponding to the specified source Logical name of an HFSQL data file. <List of HFSQL functions>: Optional character string Name of one or more HFSQL functions on which the trigger must be implemented. To specify several names of functions, the names of functions must be separated by a comma (","). You have the ability to define triggers on the following HFSQL functions:If <List of HFSQL functions> is set to "*", all the HFSQL functions used to activate a trigger are taken into account. By default; <List of HFSQL functions> = "*". <Type>: Optional Integer constant Type of trigger:
| | hTriggerAfter | The procedure is run after the HFSQL function. | hTriggerBefore | The procedure is run before the HFSQL function. |
All triggers are affected if this parameter is not specified.
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|