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 参考 » 嵌入式 SQL API 参考

 

ULSetDatabaseID 函数

设置数据库标识编号。

语法
void ULSetDatabaseID(
SQLCA * sqlca,
ul_u_long id
);
参数

sqlca   指向 SQLCA 的指针。

id   在复制或同步设置中唯一标识特定数据库的正整数。

另请参见