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

SQL Anywhere 11.0.0 » UltraLite - C and C++ Programming » API Reference » UltraLite C++ API Reference » UltraLite_Connection_iface class

 

SetSynchInfo function

Synopsis
bool UltraLite_Connection_iface::SetSynchInfo(
  ul_wchar const * profile_name,
  ul_synch_info_w2 * info
)
Parameters
  • 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.

Remarks

Create a synchronization profile using the given name based on the given ul_synch_info structure.

See also