Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> Re: AQ Java API and RAW payload

Re: AQ Java API and RAW payload

From: Steve Blomeley <steveblomeley_at_yahooDOTco.uk>
Date: 2000/07/06
Message-ID: <3964F7E1.43A9F258@yahooDOTco.uk>#1/1

trevor_vaughan_at_hotmail.com wrote:
>
> Why is the RAW payload showing data of 6164 when I enqueued 'a' and 'd'
> with their respective ascii values of 97 and 100?
>

Because...

ASCII 'a' = 97 decimal = 61 Hex
ASCII 'd' = 100 decimal = 64 Hex

...hence 6164 Received on Thu Jul 06 2000 - 00:00:00 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US