Replication Server support for encrypted columns

To enable replication of encrypted columns to an Adaptive Server table, Replication Server provides an rs_set_ciphertext function string that you must alter each time that you make a database connection to a non-ASE database. The following describes the function string and its usage:

Function string

rs_set_ciphertext

Description

Enables replication of encrypted columns to an Adaptive Server table.

Example

Alters rs_set_ciphertext for non-ASE databases which does not support “set ciphertext on.”

alter function string rs_set_ciphertext 
for some_function_string_class 
output language
''

Usage

For more information about the rs_set_ciphertext command, its use, and function-string modifications, see Chapter 4, Replication Server System Functions, in the Replication Server Reference Manual.