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 -> Can I add a float array into the Oracle database?

Can I add a float array into the Oracle database?

From: Mark Liao <markl_at_symtrontech.com>
Date: Fri, 9 Nov 2001 15:08:26 +0800
Message-ID: <9sfv03$1ps$1@news.is.net.tw>


Dear All,

I use VC and ADO to create a database program. The database system I used is the Oracle 9i. The new case I got is to add a float array into the Oracle system. Since I use ADO, I treat the float array as a byte array. My program uses a VARIANT object to handle the datatype (VT_ARRAY | VT_R4) and data content. And while it call ADO to add data into the Oracle, the ADO return an error.

If I transfer the float array to byte array, then everything is fine. However, I don't want to do the datatype transfer because datatype transfer will waste lots of time while data amount is huge. So, I want to know "Does the Oracle support any datatype of field can handle a float array?".

Mark Liao ^^* Received on Fri Nov 09 2001 - 01:08:26 CST

Original text of this message

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