in reply to Re: DBI converting hex values
in thread DBI converting hex values
As for how I'm seeing the value, I'm using Data::Dumper and print statements. I could convert it back to a string representation of the hex value, but only if I can know which fields got changed in this way. Since the SQL code could be pretty much anything, I'm not sure if this is possible.
I'd like to push this burden off to the calling scripts, since they know what their SQL is. But my intermediate layer previously used another DB module (Sybase::CTLib), which returned the hex values in the way I want. I've got to make my layer behave the same way, or I'll break all the other scripts.
---
A fair fight is a sign of poor planning.
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^3: DBI converting hex values
by VSarkiss (Monsignor) on Nov 02, 2006 at 20:29 UTC | |
Re^3: DBI converting hex values
by Fletch (Bishop) on Nov 02, 2006 at 20:24 UTC |