in reply to What's in a DBI statement handle?
use Data::Dumper; print Dumper($sth);I think the reason you are missing data is because you just created a $sth out of thin air, and not throught the proper factory method, which presumably has access to additional data.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: What's in a DBI statement handle?
by lachoy (Parson) on May 17, 2002 at 16:09 UTC | |
by demerphq (Chancellor) on May 17, 2002 at 17:21 UTC | |
by lachoy (Parson) on May 17, 2002 at 17:31 UTC |