Re: accessing db2 v9 from cygwin shell

2007-02-08 Thread Hans Horn
Just in case anybody happens to care: I found a nice solution to this on http://groups.google.ca/group/comp.databases.ibm-db2/browse_thread/thread/f0a561a079408485/dd5fbeba774bf9fe#dd5fbeba774bf9fe, basically exporting export DB2CLP=**$$** during bash startup does the trick! solong, H. "Hans

accessing db2 v9 from cygwin shell

2007-02-07 Thread Hans Horn
Folks, I used to be able to access db2 (v8 and prior) from within a cygwin bash shell after doing some tricks with the DB2CLP variable (see http://www.cygwin.com/ml/cygwin/2003-02/msg00635.html). e.g. export DB2CLP=$CLP_SAVE # saved during db2cmd session db2 connect to mydb db2 list tables for a