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 / Funciones HFSQL
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
Changes the location of the subscriber replica description ("*.rpl" file). This function must be used on the subscriber computer.
This is an advanced function of log-based replication. It should be used when handling databases not connected by network for example. In this case, the master replica and the subscriber replica are created on the same computer (master computer). The "rpl" file (subscriber replica file) is then copied to the subscriber computer.
This file can be installed:
  • in the replication directory specified in the analysis ("\_RPL" subdirectory of data files by default).
  • in another directory. In this case, the subscriber application must use HChangeRplDir to specify the location where the file of subscriber replica must be sought. When the subscriber data file is opened, the RPL file is read to define the range of automation identifiers used by the data file.
By default, the replication files are managed in the directory specified in the analysis ("Analysis description", "Log process" tab).
Analysis information
Ejemplo
// The "rpl" file and the data files are located in the same directory
HChangeRplDir(".")

// The "rpl" file is located in the "\RPL" subdirectory of data files
HChangeRplDir(".\RPL") 

// The "rpl" file is located in "X:\Data\RPL".
HChangeRplDir("X:\Data\RPL")
Sintaxis
<Result> = HChangeRplDir(<Location of subscriber replica file>)
<Result>: Boolean
  • True if the operation was performed,
  • False if a problem occurs. HErrorInfo is used to identify the error.
<Location of subscriber replica file>: Character string
New path to the "*.rpl" file corresponding to the subscriber replica (full or relative path). This directory is used:
  • when opening an HFSQL data file in replication on the subscriber computer. The range of automatic identifiers is updated.
  • when performing the synchronization (HSynchronizeReplica for example) if no directory is specified.
    Note If the directory is relative, it will be relative to the default data file directory defined in the analysis.
Clasificación Lógica de negocio / UI: Lógica de negocio
Componente: wd300rpl.dll
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: 27/03/2025

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