Chapter 14. Utilities and Options Reference
notneeded in Adaptive Server Anywhere setups, messages will be slightly
smallerwith the option off.
Quote_all_identifiersoption Controlswhether SQL statements being
replicatedby SQL Remote should use quoted identifiers. Thedefault is OFF.
Whenthis option is off, the
dbremote
quotesidentifiers that require quotes
byAdaptive Server Anywhere (as it has always done) and
ssremote
doesnot
quoteany identifiers. Whenthe option is on, all identifiers are quoted.
Replication_erroroption Specifies a stored procedure called by the
MessageAgent when a SQL error occurs. Bydefault no procedure is called.
Thereplication error procedure must have a single argument of type CHAR,
VARCHAR,or LONG VARCHAR.The procedure may be called once with
theSQL error message and once with the SQL statement that causes the
error.
Whilethe option allows you to track and monitor SQL errors in replication,
youmust still design them out of your setup: thisoption is not intended to
resolvesuch errors.
Youcan use a table with DEFAULTCURRENT REMOTE USER to record
theremote site that caused the error.
Save_remote_passwordsoption Whena password is entered into the
messagelink dialog box on first connection, the parameter values are saved.
Bydefault, Save_remote_passwords is ON and the password is saved. If you
arestoring the message link parameters externally, rather than in the
database,you may wish not to save the passwords. Youcan preventthe
passwordsfrom being saved by setting this option to NO.
SR_Date_Formatoption The Message Agent uses this option when
replicatingcolumns that store a date. Theoption is a string build from the
followingsymbols:
Symbol Description
yy Twodigit year
yyyy Four-digityear
mm Two-digitmonth
mmm Characterformat for month
dd Two-digitday
Eachsymbol is substituted with the date being replicated.
Ifyou set the mm format symbol in upper case, the corresponding characters
317