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

SQL Anywhere 10.0.1 » MobiLink - Server-Initiated Synchronization » Server-Initiated Synchronization System Procedures

ml_delete_device Next Page

ml_delete_device_address


Use this system procedure to delete a device address when you are manually setting up device tracking.

Parameters

Item

Parameter

Description

1

device

VARCHAR(255)

2

medium

VARCHAR(255)

Remarks

This system procedure is useful only if you are manually setting up device tracking.

See Using device tracking with Listeners that don't support it.

Example

Delete an address record:

CALL ml_delete_device_address( 'myFirstTreo180', 'ROGERS AT&T' );