ASA SQL User's Guide
Working with Database Objects
Working with databases
Creating a database
You can create a database from a command line with the dbinit utility. With this utility, you can include command-line parameters to specify different options for the database.
To create a new database (command line)
Open a command prompt.
Run the dbinit utility. Include any necessary parameters.
For example, to create a database called company.db with a 4 Kb page size, type:
dbinit -p 4096 company.db
For more information, see The Initialization utility.