in reply to What's in a DBI statement handle?

This is in the DBI docs -- look under the head 'Statement Handle Attributes'.

Chris
M-x auto-bs-mode

Replies are listed 'Best First'.
Re: Re: What's in a DBI statement handle?
by rinceWind (Monsignor) on May 17, 2002 at 16:21 UTC
    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++

      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