Connecting to the sample database (Interactive SQL)

Many of the examples throughout the documentation use the SQL Anywhere sample database. Connect to this database and explore SQL Anywhere. You can use a command prompt to start to Interactive SQL and connect to a database.

Prerequisites

None.

Context and remarks

Many.

 Connect to the sample database from Interactive SQL (command line with connection string)
  • Run the following command to connect to the sample database using the ODBC data source:

    dbisql -c "DSN=SQL Anywhere 12 Demo"

Results

Interactive SQL starts and connects to the sample database.

Next

None.

 See also