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 la replicación / Replicación de servidores
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
Waits for:
  • the data to replicate on the master server to be sent to the subscriber server.
  • the data to replicate received on the subscriber server to be entirely applied.
Ejemplo
cnt is Connection

HRSWaitForDataProcess(cnt, RplID, 10000)
Sintaxis

Waiting for the data to replicate on the master server to be sent to the subscriber server Ocultar los detalles

<Result> = HRSWaitForDataProcess(<Connection> , <Replication> , <Timeout>)
<Result>: Boolean
  • True if the data is sent,
  • False if an error occurred or if the timeout is exceeded.
<Connection>: Character string or Connection variable
Connection to the master HFSQL server. This connection corresponds to:
<Replication>: Integer
Replication identifier. This identifier corresponds to the Identifier property of the hRSConfig variable describing the replication.
<Timeout>: Integer
Maximum timeout in milliseconds. This parameter can correspond to:
  • an integer representing the number of milliseconds,
  • a Duration variable,
  • direct indication of duration (e.g. '10 ms').

Waiting for the data to replicate received on the subscriber server to be entirely applied Ocultar los detalles

<Result> = HRSWaitForDataProcess(<Connection> , <Master server> , <Replication> , <Timeout>)
<Result>: Boolean
  • True if the data is applied,
  • False if an error occurred or if the timeout is exceeded.
<Connection>: Character string or Connection variable
Connection to the HFSQL subscriber server. This connection corresponds to:
<Master server>: Integer
Identifier of master server.
<Replication>: Integer
Replication identifier. This identifier corresponds to the Identifier property of the hRSConfig variable describing the replication.
<Timeout>: Integer
Maximum timeout in milliseconds. This parameter can correspond to:
  • an integer representing the number of milliseconds,
  • a Duration variable,
  • direct indication of duration (e.g. '10 ms').
Componente: wd300hf.dll
Versión mínima requerida
  • Versión 23
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