Deletes a synchronization profile.
DROP SYNCHRONIZATION PROFILE [ IF EXISTS ] sync-profile-name
The name of the synchronization profile.
Synchronization profiles define how an UltraLite database synchronizes with the MobiLink server.
Use the IF EXISTS clause if you do not want an error returned when the DROP SYNCHRONIZATION PROFILE statement attempts to remove a synchronization profile that does not exist.
None.
The following example shows the syntax for dropping a synchronization profile called Test1.
DROP SYNCHRONIZATION PROFILE Test1