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;