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

SQL Anywhere 11.0.0 » UltraLite - C and C++ Programming » API Reference » Embedded SQL API reference

 

ULSetDatabaseID function

Sets the database identification number.

Syntax
void ULSetDatabaseID(
SQLCA * sqlca,
ul_u_long id
);
Parameters

sqlca   A pointer to the SQLCA.

id   A positive integer that uniquely identifies a particular database in a replication or synchronization setup.

See also