You can connect to a database running on a network database server by using the Interactive SQL utility at a command prompt and the Host connection parameter.
Prérequis
There must be a running database on another computer.
Run the following command:
dbisql -c "UID=user-ID;PWD=password;ServerName=server-name;Host=host-name" |
Since a computer system can run multiple SQL Anywhere database servers, always specify the database server name (ServerName=server-name) when connecting to a database.
Exemple
Run the following command to connect to the sample database on the host my_host:
dbisql -c "UID=DBA;PWD=sql;ServerName=demo16;Host=my_host" |
![]() |
Discuter à propos de cette page dans DocCommentXchange.
|
Copyright © 2013, SAP AG ou société affiliée SAP - SAP Sybase SQL Anywhere 16.0 |