Re: binary data type in Pro*C...

From: Tse Ka Wai <kwtse_at_cs.hku.hk>
Date: 1998/03/29
Message-ID: <6fmb64$22l$1_at_infosite.cs.hku.hk>#1/1


Thomas Kyte (tkyte_at_us.oracle.com) wrote:

: Here is an example, there is no conversion with this datatype:

Thanks! i have got the problem fixed. however, in the struct you suggested, there is an integer before the string. if i just read the binary data into that struct, it will place the bits starting from the first byte of the struct, that is, the int. but not the char[] i want. when i view the char[], it will lost the first 4 characters.

as a result, i have changed the struct to only contain a char[].

thanks again.

good luck.

tse ka wai CS3 --> ? Received on Sun Mar 29 1998 - 00:00:00 CET

Original text of this message