1. 程式人生 > >isql登陸本地和遠端sybase資料庫

isql登陸本地和遠端sybase資料庫

1,登陸本地資料庫

isql -U username -P password
#isql -U 使用者名稱 -P 密碼

2,登陸遠端資料庫

isql -U username -P password -H IP:PORT -D DATABASE -S SERVER
#isql -U 使用者名稱 -P 密碼 -H 遠端資料庫IP:埠 -D 資料庫 -S 服務名
#此處的SERVER 是在Sybase Dsedit Utility中配置的serverName