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

SQL Anywhere 11.0.1 » UltraLite - Database Management and Reference » UltraLite SQL Reference » UltraLite SQL statements

 

UltraLite DROP SYNCHRONIZATION PROFILE statement

Use this statement to delete an UltraLite synchronization profile. Synchronization profiles define how an UltraLite database synchronizes with the MobiLink server.

Syntax
DROP SYNCHRONIZATION PROFILE sync-profile-name
Parameters
  • sync-profile-name   The name of the synchronization profile.

Remarks

None.

Side effects

None.

See also
Example

The following example shows the syntax for dropping a synchronization profile called Test1.

DROP SYNCHRONIZATION PROFILE Test1;