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

 

SynchronizeFromProfile function

Synopsis
bool UltraLite_Connection_iface::SynchronizeFromProfile(
  ULValue const & profile_name,
  ULValue const & merge_parms
)
Parameters
  • profile_name   Profile name to synchronize.

  • merge_parms   Merge parameters for the synchronization

Remarks

Synchronize the database using the given profile and merge parameters.

This is identical to executing the SYNCHRONIZE statement.