Archives of the TeradataForum
Message Posted: Thu, 14 Aug 2003 @ 13:37:04 GMT
Subj: | | Re: Bytes data is not displaying |
|
From: | | Dempsey, Mike |
Queryman uses ODBC to fetch the data, and requests that the driver return the data as a character string. The driver itself therefore
converts the raw byte data into a hex string - 2 characters per byte. (So you must provide a 16 byte buffer)
If you are using CLI to fetch the data you will need to allocate an 8 byte buffer and perform the conversion yourself - as Dave
stated.
Mike Dempsey
Teradata Client Tools
|