Establishing connectivity between an RDBMS and DBTools.h++

Article ID: 792
Last updated: 05 Feb, 2008
Article ID: 792
Last updated: 05 Feb, 2008
Revision: 1
Views: 2890
Posted: 26 Jun, 1997
by Dean J.
Updated: 05 Feb, 2008
by Dean J.
Problem


Establishing connectivity between an RDBMS and DBTools.h++


Action


Before connecting to an RDBMS, you MUST ALWAYS
make sure that you can connect to your server
without using DBTools.h++.

Under Windows, you can use isql for sybase, sqlplus
for oracle7, cppdemo for ODBC, isql/w for MSSQL Server,
db2 command line processor for DB2 and
ilogin.exe or SQLEditor for informix.

Under UNIX, you should try isql for sybase,
sqlplus for oracle, db2 command for db2
and dbaccess for Informix.

You should make sure you have set all the environment
variables required by your database vendor.
Then you should follow the steps described
in the DBTools.h++ installation guide manuals.

This article was:   Helpful | Not helpful
Report an issue
Article ID: 792
Last updated: 05 Feb, 2008
Revision: 1
Views: 2890
Posted: 26 Jun, 1997 by Dean J.
Updated: 05 Feb, 2008 by Dean J.

Others in this category