Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.

SQL Anywhere 10.0.1 » SQL Remote » Principles of SQL Remote Design » How data types are replicated

Replication of BLOBs Next Page

Replication of dates and times


When date or time columns are replicated, the Message Agent uses the setting of the sr_date_format, sr_time_format, and sr_timestamp_format database options to format the date.

For example, the following option setting instructs the Message Agent to send a date of May 2, 1987 as 1987-05-02.

SET OPTION sr_date_format = 'yyyy-mm-dd'

See SQL Remote options.

The following points may be useful when replicating dates and times: