Create a synchronization profile using the given name based on the given ul_synch_info structure.
bool UltraLite_Connection_iface::SetSynchInfo( char const * profile_name, ul_synch_info_a * info )
profile_name The name of a synchronization profile containing the options for the synchronization. If profile_name is null then no profile is used and the info structure should contain all the options for the synchronization.
info A pointer to the ul_synch_info structure that holds the synchronization parameters.
This will replace any previous sync profile with this name. Specifying a null pointer for the ul_synch_info will delete the named profile.
Discuss this page in DocCommentXchange. Send feedback about this page using email. |
Copyright © 2009, iAnywhere Solutions, Inc. - SQL Anywhere 11.0.1 |