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 » Tutorial: Using the sample database

 

Lesson 2: Start the SQL Anywhere database server

 ♦  To start a personal database server running the sample database (command line)
  • Run the following command to start the personal database server, name the database server mydemo12 using the -n server option, and connect to the copy of the sample database:

    dbeng12 -n mydemo12 c:\demodb\demo.db

    On Windows, the database server appears as an icon in the system tray.

For more information about starting the network database server, see Start the database server.

 See also