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.