|
|
|
|
|
LogMethod (Property) In french: Journalisation
Available only with these kinds of connection
The LogMethod property is used to: - find out the log mode used for a data file (file defined in the data model editor or through programming).
- define the log mode used for a data file (when the file is described through programming).
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…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|