in reply to Re: What's in a DBI statement handle?
in thread What's in a DBI statement handle?
Unfortunately, this won't work -- you'll get the Data::Dumper equivalent of what rinceWind showed. Since the statement handle is a tied hash and the DBI is ultra-concerned with efficiency and speed, the properties don't actually get filled until you call them. Best bet is to read the docs.
Chris
M-x auto-bs-mode
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: Re: What's in a DBI statement handle?
by demerphq (Chancellor) on May 17, 2002 at 17:21 UTC | |
by lachoy (Parson) on May 17, 2002 at 17:31 UTC |