Quote:
|
Originally Posted by reza_tak2003
Hello
I have got data in DB2 V 9.1 under ZOS. When I select data from Table, I can not see right Character in my application program. By this program I could see easily in DB2 V 7.1 . Instead of right character I see Byte[] Array or Hex string (by two mode BITDATA of DB2 Connect).
Please Help Me.
|
the API detects for bit data, and show its hex value. By book, this is correct behavior.
I think there was a bug for V7, which show the string directly.