in reply to Re: Re: Re: Re: DBD::Oracle - RAW datatypes
in thread DBD::Oracle - RAW datatypes

Yes, ora_field is the column name.
  • Comment on Re: Re: Re: Re: Re: DBD::Oracle - RAW datatypes

Replies are listed 'Best First'.
Re: Re: Re: Re: Re: Re: DBD::Oracle - RAW datatypes
by Anonymous Monk on Oct 26, 2001 at 05:03 UTC
    <html> <head> <meta http-equiv="content-type" content="text/html; charset=ISO-8859-1"> </head> <body> I tried using the ora_type, ora_field, bind_param_inout, etc. The data is still doubling...

    When inspecting the actual files that are returned in the result set, I noticed, in addition to the size doubling, that the format is being returned in hex, not binary. I know that RAW datatypes are stored as hex values, but have been assuming that Oracle would convert the hex back to binary on the way out. So, I tried using the HEXTORAW(raw_column_name) function in my select statement. My result set still gets returned as hex...

    Any other suggestions?...
    </body> </html>