AYUDA EN LÍNEA
 WINDEVWEBDEV Y WINDEV MOBILE

Este contenido se ha traducido automáticamente.  Haga clic aquí  para ver la versión en inglés.
Ayuda / WLanguage / Administrar bases de datos / HFSQL / Gestión de registros
  • Overview
  • What is a log?
  • Use
WINDEV
WindowsLinuxJavaReportes y ConsultasCódigo de Usuario (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Código Navegador
WINDEV Mobile
AndroidWidget Android iPhone/iPadIOS WidgetApple WatchMac Catalyst
Otros
Procedimientos almacenados
The log process
HFSQL ClassicHFSQL Client/ServerDisponible solo con estos tipos de conexión
Overview

What is a log?

A log is a special file that contains the history of all changes made to one or more data files over a given period of time (date the file was created, last automatic data modification, last backup created with WDLog, etc.).
The log contains the history of the data files, that is:
  • The full backup before it is used or modified by the user,
  • The full backup once it has been used or modified by the user,
  • The author of the operation or modification,
  • The date of the operation or modification,
  • The nature of the performed operation (addition, modification, deletion, read operation).
Use
The log can be handled by WDLog. The following operations can be performed from a log:
  • Restore the content of a logged data file if the data file is lost or destroyed
  • Restore the content of a logged data file up to a given date
  • Find the author, the date and time of an operation performed on a specific record
  • Keep the history of the file use (to calculate statistics for instance)
Examples:
  • The last backup was done a month ago. You made a mistake when using the file. The log enables you to retrieve your data, without loosing the data from the last month of work!
  • A user entered the orders of last week instead of the orders of this week during the entire morning. To avoid losing a large amount of data, we advise you to restore all the analysis files to their previous status (yesterday evening).
    The operation is straightforward. The person in charge of maintenance will restore the data files that were previously saved by WDLog. Via the log, WDLog can rebuild the files, operation by operation, from the last backup up to the chosen time.
Remark: Logging is available in both HFSQL Classic and HFSQL Client/Server modes.
Versión mínima requerida
  • Versión 9
Esta página también está disponible para…
Comentarios
Haga clic en [Agregar] para publicar un comentario

Última modificación: 28/03/2025

Señalar un error o enviar una sugerencia | Ayuda local