Re: Tough c++/Oracle Question???

From: Bradley Crockett <bcrockett_at_altavista.net>
Date: Sat, 06 Oct 2001 23:21:08 GMT
Message-ID: <ElMv7.53823$L8.14949440_at_news2.rdc1.bc.home.com>


In article <9po2bi$r1$1_at_bob.news.rcn.net>, aa_at_bb.net says...
>
>1. I have a table in Oracle that contains a NUMERIC field
>2. I INSERT the variable unsigned long long llValue[3] into
> the numeric field by INSERT ....
> Values(llValue[0] | llValue[1] | llValue[2]);

I don't understand what you've done here. Why do you have a pipestem between each array element? Are you trying to concatenate or is that a delimiter? Received on Sun Oct 07 2001 - 01:21:08 CEST

Original text of this message