Defines the passwords used to protect the movable replicas for the universal replication. This password will be used to encrypt the files.
Remark: This function can be used during the universal replication only.
Notes: The replication is not available when accessing a database via
Remote access.
Remark: From version 19, HFSQL is the new name of HyperFileSQL.
Versions 19 and later
New in version 19
Versions 21 and later
New in version 21
Versions 22 and later
New in version 22
// Define the password
HRplPass("A")
// Create the movable replica
HCreateMoveableReplica("", "")
Syntax
<Password>: Optional character string (with quotes)
Password associated with the movable replica files. This password is used to encrypt these files. This password must be specified to run the movable replicas.
If this parameter is not specified or if it corresponds to an empty string (""), no password is defined for the movable replica files. The password size is not limited.
Remarks
- The encrypted replicas cannot be read by the WINDEV, WEBDEV or WINDEV Mobile applications in format 10.
- To cancel the encrypted mode, all you have to do is specify an empty password ("").