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

SQL Anywhere 12.0.1 » UltraLite - C 及 C++ 编程 » 应用程序开发 » 使用嵌入式 SQL 开发 UltraLite C++ 应用程序 » 连接到 UltraLite 数据库

 

管理多个连接

如果希望应用程序中有多个数据库连接,您可以使用多个 SQLCA 或单个 SQLCA 来管理连接。

 使用多个 SQLCA
 使用单个 SQLCA
 另请参见