I am trying to use DBI to retrieve/update
data from MS SQL Server and Win2000. To my dismay, the
tables have numerous 8 byte binary data types
(which contain data such as 0x02BE8B003DB14301) which
don't seem to output at all when i do a simple
select statement--perl
outputs strange ascii characters. all the other
columns that are not binary output fine.
how would i get perl to handle this type of data
correctly?
michael