Use this statement to delete an UltraLite synchronization profile. Synchronization profiles define how an UltraLite database synchronizes with the MobiLink server.
DROP SYNCHRONIZATION PROFILE sync-profile-name
sync-profile-name The name of the synchronization profile.
None.
None.
The following example shows the syntax for dropping a synchronization profile called Test1.
DROP SYNCHRONIZATION PROFILE Test1; |
Discuss this page in DocCommentXchange. Send feedback about this page using email. |
Copyright © 2009, iAnywhere Solutions, Inc. - SQL Anywhere 11.0.1 |