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
Modifies some parameters of an existing replication between two HFSQL servers. This function must be run on a master HFSQL server for replication.
Example
Cnt is Connection
ConfigReplication1 is hRSConfig
...
 
ConfigReplication1.Scheduling..Hour = "*/2"
HRSModifyConfig(Cnt, ConfigReplication1)
Syntax
<Result> = HRSModifyConfig(<Connection> , <Replication>)
<Result>: Boolean
  • True if the replication was modified,
  • False otherwise. HErrorInfo is used to identify the error.
<Connection>: Character string or Connection variable
Connection to the master HFSQL server on which the replication configuration must be changed. This connection corresponds to:
<Replication>: hRSConfig variable
Name of the hRSConfig variable describing the modified replication to update.
Component: wd290hf.dll
Versión mínima requerida
  • Versión 18
Comentarios
Haga clic en [Agregar] para publicar un comentario

Última modificación: 26/05/2022

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