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 From within the Sybase Central Utilities tab (select Adaptive Server

for Windows CEAnywhere 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-nameADDRESS address-string

For Adaptive Server Enterprise, use the sp_remote_type procedure. This procedure takes the following arguments:

sp_remote_type type-name,address-string

In these statements, type-nameis one of the message systems supported by SQL Remote, and address-stringis the publisher’s address under that message system.

212

Page 230
Image 230
Sybase DC38133-01-0902-01 manual To drop a message type Sybase Central, Using commands to work with message types