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 服务器 - 数据库管理 » SQL Anywhere 数据库连接 » 数据库连接

 

连接到示例数据库 (Interactive SQL)

使用命令提示符启动 Interactive SQL 并连接到示例数据库。

前提条件

执行此任务没有前提条件。

上下文和注释

文档中的许多示例使用了 SQL Anywhere 示例数据库。您可以连接到此数据库并探究 SQL Anywhere。

 任务
  • 运行以下命令以启动 Interactive SQL 并连接到示例数据库:

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

结果

Interactive SQL 将启动并连接到示例数据库。

 另请参见