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

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

ULSaveEncryptionKey function Next Page

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