Sybase SQL Remote DC38133-01-0902-01 User Manual

Page of 485
3. In the right pane, right-click the message type you wish to alter and
choose Properties from the popup menu.
4. On the property sheet, configure the various options.
If you wish to drop a message type from the installation, you can do so.
To drop 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
choose Delete from the popup menu.
Creating message types
for Windows CE
From within the Sybase Central Utilities tab (select Adaptive Server
Anywhere 9 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
up SQL Remote for ActiveSync synchronization. This sets your folder for
FILE message link messages to be the ActiveSync folder. When you dock
your Windows CE machine to your desktop machine, ActiveSync keeps the
files in your desktop machine’s ActiveSync folder synchronized with those
in the Windows CE ActiveSync folder.
Using commands to work with message types
To create a message type (SQL)
1. Make sure you have decided on an address for the publisher under the
message type.
2. Execute a CREATE REMOTE MESSAGE TYPE command.
For Adaptive Server Anywhere, the
CREATE REMOTE MESSAGE TYPE statement has the following
syntax:
CREATE REMOTE MESSAGE TYPE type-name
ADDRESS address-string
For Adaptive Server Enterprise, use the sp_remote_type procedure. This
procedure takes the following arguments:
sp_remote_type type-nameaddress-string
In these statements,
type-name is one of the message systems supported
by SQL Remote, and
address-string is the publisher’s address under that
message system.
212