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

SQL Anywhere 10.0.1 » UltraLite - C and C++ Programming » UltraLite C/C++ Common API Reference

ULEnableStrongEncryption function Next Page

ULEnableTcpipSynchronization function


Enables TCP/IP synchronization.

Syntax

void ULEnableTcpipSynchronization( SQLCA * sqlca );

Parameters

sqlca    A pointer to the initialized SQLCA.

In the C++ API use the Sqlca.GetCA method.

Remarks

You can use this function in C++ API applications as well as embedded SQL applications. You must call this function before the Synchronize function. If you attempt to synchronize without a preceding call to enable the synchronization type, the error SQLE_METHOD_CANNOT_BE_CALLED occurs.