displaying long raw datatype
I have a table containing a field that is the long raw datatype. I am trying to display to contents of the field, but when i query the table:
select [field] from [table] where [key] = [value]
it always comes back with "3", no matter which row I query. Why does this happen. Does anyone know how to display the contents of this long raw field? Thanks.