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

SQL Anywhere 11.0.1 (中文) » UltraLite - C 及 C++ 编程 » API 参考 » UltraLite C/C++ 公共 API 参考

 

ULEnableStrongEncryption 函数

启用高度加密。

语法
void ULEnableStrongEncryption( SQLCA * sqlca );
参数

sqlca   指向已初始化的 SQLCA 的指针。

在 C++ API 中使用 Sqlca.GetCA 方法。

注释

此函数可用在 C++ API 应用程序和嵌入式 SQL 应用程序中。必须在 db_init 或 ULInitDatabaseManager 之前调用此函数。

注意

调用此函数可将加密例程包括在应用程序中并会增加应用程序代码的大小。