AYUDA EN LÍNEA
 WINDEVWEBDEV Y WINDEV MOBILE

Ayuda / WLanguage / Administrar bases de datos / HFSQL / Gestión de la replicación / Funciones WLanguage
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
Immediately runs a recurring replication between HFSQL servers: the replication is triggered before the scheduling.
Example
MyConnection is Connection
 
ConfigReplication1 is hRSConfig
...
MyConnection.RSExecute(ConfigReplication1.Identifier)
Syntax
<Result> = <Connection>.RSExecute(<Replication to trigger>)
<Result>: Boolean
  • True if the replication was triggered,
  • False otherwise. HErrorInfo is used to identify the error.
<Connection>: Connection variable
Name of the Connection variable that describes the connection to the HFSQL replication master server.
<Replication to trigger>: Integer
Identifier of replication to trigger. This identifier corresponds to the Identifier property of the hRSConfig variable describing the replication.
Component: wd290hf.dll
Versión mínima requerida
  • Versión 25
Comentarios
Haga clic en [Agregar] para publicar un comentario

Última modificación: 06/07/2023

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