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 » UltraLite C++ API Reference » UltraLite_DatabaseManager_iface class

 

CreateDatabase function

Synopsis
bool UltraLite_DatabaseManager_iface::CreateDatabase(
  ULSqlcaBase & sqlca,
  ULValue const & access_parms,
  void const * coll,
  ULValue const & create_parms,
  void * reserved
)
Parameters
  • sqlca   The initialized sqlca.

  • access_parms   Connection parameters used to access database

  • coll   Collation sequence

  • create_parms   Parameters used to create the database

  • reserved   Reserved (not used currently)

Remarks

Creates a new database.