MobiLink Server-Initiated Synchronization User's Guide
Server-Initiated Synchronization Stored Procedures
Use this stored procedure to delete a device address when you are manually setting up device tracking.
| Item | Parameter | Description |
|---|---|---|
| 1 | device | VARCHAR(255) |
| 2 | medium | VARCHAR(255) |
For more information, see Using device tracking with Listeners that don't support it.
Delete an address record:
call ml_delete_device_address( 'myFirstTreo180', 'ROGERS AT&T' );
SQL Anywhere Studio 9.0.2
Copyright © 1989–2004 Sybase, Inc. Portions copyright © 2001–2004 iAnywhere Solutions, Inc. All rights reserved.