3. In the right pane, right-click the message type you wish to alter and
chooseProperties from the popup menu.
4. On the property sheet, configure the various options.
Ifyou wish to drop a message type from the installation, you can do so.
Todrop a message type (Sybase Central)
1. In the left pane, open the SQL Remote Users folder for a database.
2. In the right pane, click the Message Types tab.
3. In the right pane, right-click the message type you wish to alter and
chooseDelete from the popup menu.
Creatingmessage types
forWindows CE Fromwithin the Sybase Central Utilities tab (select Adaptive Server
Anywhere9 in the left pane, and then click the Utilities tab in the right
pane),if you have Windows CE services installed, you have an option to set
upSQL Remote for ActiveSync synchronization. Thissets your folder for
FILEmessage link messages to be the ActiveSync folder. When you dock
yourWindows CE machine to your desktop machine, ActiveSync keeps the
filesin your desktop machine’s ActiveSync folder synchronized with those
inthe Windows CE ActiveSync folder.
Using commands to work with message types
Tocreate a message type (SQL)
1. Make sure you have decided on an address for the publisher under the
messagetype.
2. Executea CREATE REMOTE MESSAGE TYPE command.
ForAdaptive Server Anywhere, the
CREATEREMOTE MESSAGE TYPE statement has the following
syntax:
CREATEREMOTE MESSAGE TYPE type-name
ADDRESS address-string
ForAdaptive Server Enterprise, use the sp_remote_type procedure. This
proceduretakes the following arguments:
sp_remote_type type-name,address-string
Inthese statements,
type-name
isone of the message systems supported
bySQL Remote, and
address-string
isthe publisher’s address under that
messagesystem.
212