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

SAP Sybase SQL Anywhere 16.0 » SQL Anywhere Server - Database Administration » SQL Anywhere database connections » Database connections

 

Connecting to the sample database (Interactive SQL)

Start Interactive SQL and connect to the sample database by using a command prompt.

Prérequis

There are no prerequisites for this task.

Contexte et remarques

Many of the examples throughout the documentation use the SQL Anywhere sample database. You can connect to this database and explore SQL Anywhere.

 Task
  • Run the following command to start Interactive SQL and connect to the sample database:

    dbisql -c "UID=DBA;PWD=sql;DBF=%SQLANYSAMP16%\demo.db"

Résultat

Interactive SQL starts and connects to the sample database.

 See also