Re: Finding the dbh from a sth?

2002-10-02 Thread Tim Bunce
On Tue, Oct 01, 2002 at 05:03:04PM -0700, Michael A Chase wrote: On Tue, 1 Oct 2002 14:41:53 -0700 Henri Asseily [EMAIL PROTECTED] wrote: I have an $sth being passed to a function. I want to get access to its $dbh, from within that function, but the $dbh isn't passed as a parameter.

Re: Finding the dbh from a sth?

2002-10-01 Thread Michael A Chase
On Tue, 1 Oct 2002 14:41:53 -0700 Henri Asseily [EMAIL PROTECTED] wrote: I have an $sth being passed to a function. I want to get access to its $dbh, from within that function, but the $dbh isn't passed as a parameter. From DBI-1.30/Changes: =head2 Changes in DBI 1.16,30th May 2001