View Single Post

   
  #4 (permalink)  
Old 02-27-2008, 08:17 AM
Knut Stolze
 
Posts: n/a
Default Re: configure PHP with IBM-DB2

Brent Halsey wrote:

> Perhaps this is part of my problem, what is meant by 'source' the
> /home/db2inst1/sqllib/db2profile ?


Run this:

$ source /home/db2inst1/sqllib/db2profile

or

$ . /home/db2inst1/sqllib/db2profile

Note the dot '.' in front of the filename.

--
Knut Stolze
DB2 Information Integration Development
IBM Germany
Reply With Quote