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

SQL Anywhere 12.0.0 » UltraLite - C and C++ Programming » UltraLite for C/C++ developers

 

Creating databases

An UltraLite database can be created using any of the following methods:

Using Sybase Central, a database can be interactively created with appropriate definitions for the desired tables and other schema-related items.

Applications that create a database by calling the ULCreateDatabase method also require you to execute either the SQL CREATE statements to create tables and index definitions, or the ALTER DATABASE statement.