Function strings

Table 3-9 describes new function strings.

Table 3-9: New function strings

Function string

Description

rs_batch_end

Specifies the SQL statements required to mark the end of a batch of commands. This function string is used with rs_batch_start.

rs_batch_start

Specifies the SQL statements required in addition to the rs_begin statements to mark the beginning of a batch of commands.

rs_repl_on

Sets replication on in Adaptive Server for a database connection.

rs_set_ciphertext

Enables set cipher string on, which enables replication of encrypted columns for database connections.

rs_set_dml_on_computed

Enables the replication of materialized computed columns.

rs_set_isolation_level

Passes the isolation level for transactions to Adaptive Server.

rs_ticket_report

Invokes the replicate database stored procedure rs_ticket_report.

Table 3-10 describes changed function strings.

Table 3-10: Changed function strings

Function string

Description of changes

rs_set_isolation_level_3

Function string not supported in this version.

rs_truncate

Includes support for the truncate table partition command.

rs_writetext

Includes support to modify unitext data in a replicate database.