红联Linux门户
Linux帮助

Unix 下使用 DB: “go” shell

发布时间:2006-09-29 21:37:08来源:红联作者:晚点
sybase
--------------------------
### go shell for sybase
isql -Uibs -Pibsibs<$*
go
EOF
--------------------------
###bcpin
bcp $1 in $1.txt -Uusername -Ppwd -Sservername -c -t'|'

###bcpout
bcp $1 out $1.txt -Uusername -Ppwd -Sservername -c -t'|'


db2
# go shell for db2
db2 <connect to your_db_name;
$*
quit;
文章评论

共有 0 条评论