|
|
|
|
|
|
|
|
|
|
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 table (table defined under the data model editor or defined by programming).
- define the logging mode used for a table (when describing the table programmatically only).
IF Customer.LogMethod = hLogNo THEN Info("Unable to replicate")
Syntax <Current mode>: Integer constant The log formats are:
| | | hLogNo | No log. | | hLogReadingWriting | The read and write operations performed in the table are logged. | | hLogWriting | The write operations performed in the table are logged. |
<Table>: Character string Name of the table used. This name is defined in the data model editor or with the File Description type. <Table>: Character string Name of the table used. This name is defined with the File Description type. <New mode>: Integer constant The log formats are:
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|