SybSQL 1.0
SybSQL is an easy-to-use SQL editor that helps you compose, execute SQL commands and
view or save results.
SybSQL supports connections to Sybase Adaptive Server Enteriprise as well as MS SQL 6.5 ( not tested on SQL 7.)
- INSTALLATION
To sucesfully compile this package you need to have:
Qt 2.0 or better.
Sybase include files and libs.
Installation is quite simple , type :
make
make install
Before starting compilation you might want to inspect Makefile and check if paths are correct for you system.
Specifically:
QTDIR should point to Qt installation directory (usualy /usr/local/qt.)
SYBASE should point to Sybase installation directory ( usually /opt/sybase.)
After compliation is over , type make install which will copy executable to /usr/local/bin and create doc directory in /usr/doc named after this package ( something like SybSQL-1.0.0 .)
Type /usr/local/bin/sybsql to run the program.
That's all there is to it.
Walter Rawdanik
