Re: Problem upgrading DBI using CPAN (module test suite fails)

2006-09-05 Thread Jack Faley ( The Tao of Jack )
For what its worth ( not a whole lot), my make test failed on those same t/72childhandles ( AIX 5.2, perl 5.6?? - i can verify tomorrow if wanted). I decided to go on despite the errors and had no problems.yet. Mostly because Im in design/test phase. my make install went without error.

Re: Problem upgrading DBI using CPAN (module test suite fails)

2006-09-05 Thread Jack Faley ( The Tao of Jack )
On 9/5/06, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: On Sep 5, 2006, at 8:32 PM, Jack Faley ( The Tao of Jack ) wrote: For what its worth ( not a whole lot), my make test failed on those same t/72childhandles ( AIX 5.2, perl 5.6?? - i can verify tomorrow if wanted). I decided to go

Re: Problem upgrading DBI using CPAN (module test suite fails)

2006-09-05 Thread Jack Faley ( The Tao of Jack )
Infact, though I did have the db software installed I did NOT have any databases cataloged or aliased. Would that be the issue? On 9/5/06, Jack Faley ( The Tao of Jack ) [EMAIL PROTECTED] wrote: On 9/5/06, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: On Sep 5, 2006, at 8:32 PM, Jack

Re: db2 - persistent connection

2006-09-04 Thread Jack Faley ( The Tao of Jack )
On 9/4/06, Darin McBride [EMAIL PROTECTED] wrote: On Saturday 02 September 2006 00:21, Jack Faley ( The Tao of Jack ) wrote: I have several ( 100 - 200 ) small exits c oming from an app that update db2 tables. This works fine but the dba's don't like that many open connection overheads

db2 - persistent connection

2006-09-02 Thread Jack Faley ( The Tao of Jack )
I have several ( 100 - 200 ) small exits c oming from an app that update db2 tables. This works fine but the dba's don't like that many open connection overheads. This isn't cgi/apache. These are all seperate terminating processes. From what I gather there is no way to pass the dbh between