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

SQL Anywhere 11.0.1 (Français) » UltraLite - C and C++ Programming » API Reference » UltraLite C/C++ common API reference

 

ULEnableStrongEncryption function

Enables strong encryption.

Syntax
void ULEnableStrongEncryption( 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 and embedded SQL applications. You must call this function before db_init or ULInitDatabaseManager.

Note

Calling this function causes the encryption routines to be included in the application and increases the size of the application code.