Home > Database > Mysql Tutorial > SAPSybaseIQ16.0(SybaseCentral客户端),提供一个命令行客户端

SAPSybaseIQ16.0(SybaseCentral客户端),提供一个命令行客户端

WBOY
Release: 2016-06-07 15:29:24
Original
1546 people have browsed it

最近又发现Sybase Central客户端(java客户端)从IQ16.0里头去掉了. 新客户端或许只能用SCC?! 对于老用户来说,无疑是比较痛苦的事. 看来,只能从IQ15.4或者15.3里头摘一个客户端出来用了. 既然如此,我索引用SDK库手写了一个命令行客户端, 这是一个非常小而精

最近又发现Sybase Central客户端(java客户端)从IQ16.0里头去掉了. 新客户端或许只能用SCC?!

对于老用户来说,无疑是比较痛苦的事.

看来,只能从IQ15.4或者15.3里头摘一个客户端出来用了.

既然如此,我索引用SDK库手写了一个命令行客户端,

这是一个非常小而精致的IQ命令行客户端,有意思的是它也能用在ASA12及以上版本的ASA数据库当中.这就是魅力所在.

用法如下:

C:\ScjviewIQ16\IQ-16_0\Bin32>sasql.exe "uid=dba;pwd=sql;links=tcpip(host=mega-vm

sasql>

每个命令都以;结束.

sasql> call sp_tables();

..............

---------------------------------------------------------

还可以执行一个sql文件.别的功能日后再行扩充,先就写这么多.

Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template