in reply to Re: What's in a DBI statement handle?
in thread What's in a DBI statement handle?

Thanks lachoy.

So, it was in the DBI documentation all along. Well, in my defence, that POD is quite large and easy to get lost in.

And, you've given me a pointer to the rest of the information I wanted from a query result. lachoy++

  • Comment on Re: Re: What's in a DBI statement handle?

Replies are listed 'Best First'.
Re: Re: Re: What's in a DBI statement handle?
by mpeppler (Vicar) on May 17, 2002 at 19:32 UTC
    Also remember to read the pod for the DBD driver you are using. It may support additional attributes (which should start with a lower-case string that refers to that driver, eg ora_, syb_, etc).

    Michael