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

SQL Anywhere 12.0.0 (Français) » SQL Anywhere Server - Database Administration » Starting and connecting to your database » Working with database files » Creating a SQL Anywhere database

 

Create a database (command line)

You can create a database from a command line with the Initialization utility (dbinit). With this utility, you can include command line options to specify different settings for the database.

 ♦  To create a new database (command line)
  • Run a dbinit command.

    For example, to create a database called company.db with a 4 KB page size, run the following command:

    dbinit -p 4k company.db
 See also