AYUDA EN LÍNEA
 WINDEVWEBDEV Y WINDEV MOBILE

Ayuda / Centros de Control / Centro de Gestión de Proyectos
  • Overview
  • How to?
WINDEV
WindowsLinuxUniversal Windows 10 AppJavaReports and QueriesUser code (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Browser code
WINDEV Mobile
AndroidAndroid Widget iPhone/iPadIOS WidgetApple WatchMac CatalystUniversal Windows 10 App
Others
Stored procedures
Maintaining the files of Control Centers
Overview
When using a database, you may have to perform maintenance operations on the data files. These operations are used to optimize the access time to data or to free the locked transactions for example.
When should these options be used?
When a technical problem occurs (power outage, etc.), when starting the Control Centers, a message can propose to cancel the locked transactions or to perform a re-index operation.
Remark: If the database of the Control Centers is quite important, a re-index operation should be performed on a regular basis.
Caution: These operations are locking operations: the data from the Control Centers cannot be accessed during the operation.
How to?
To start the maintenance of the files found in the Control Centers:
  1. Select:
    • in the Project Management Hub: expand Project Management Hub menu and select "Maintenance".
    • in WINDEV, WEBDEV or WINDEV Mobile: on the "Tools" tab, in the "Control Centers" group, click "Database maintenance".
  2. In the window that is displayed, specify:
    • the relevant database.
    • the operation to perform:
      • Reindex the database: recommended option for large databases
      • Cancel locked transactions: recommended option if a message indicates that transactions are locked when a Control Center is started.
      • Migrate repository to the most recent format: recommended option to take advantage of all the new features of the current version.
Versión mínima requerida
  • Versión 12
Comentarios
Haga clic en [Agregar] para publicar un comentario

Última modificación: 01/09/2023

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