|
|
|
|
|
LogMethod (Property) In french: Journalisation
 Available only with these kinds of connection
The LogMethod property is used to: - know the logging mode used for a data file (data file defined under the data model editor or defined by programming).
- define the logging mode used for a data file (when describing the data file programmatically only).
IF Customer.LogMethod = hLogNo THEN Info("Unable to replicate")
Syntax
Finding out the log mode Hide the details
<Current mode> = <Data file>.LogMethod
<Current mode>: Integer constant The log formats are:
| | hLogNo | No log. | hLogReadingWriting | The read and write operations performed in the data file are logged. | hLogWriting | The write operations performed in the data file are logged. |
<Data file>: Character string Name of the data file used. This name is defined in the data model editor or with the File Description type. <Data file>: Character string Name of the data file used. This name is defined with the File Description type. <New mode>: Integer constant The log formats are:
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|