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 -> Upload rows via ODBC - help !!!!!

Upload rows via ODBC - help !!!!!

From: Irena Corta <irena_at_websplit.com>
Date: Tue, 4 Jan 2000 15:11:14 +0200
Message-ID: <84srna$6h2$1@news2.inter.net.il>


I need the ODBC code that uploads data to an Oracle database. I have a struct UserInfo with 3 fields and I've built an array of 10 elements of this UserInfo filled with data.
Which is the way I can upload all the 10 records to the database? Is there any way I can use
INSERT INTO table_name (UserInfo.field1, UserInfo.field2, etc...) VALUES (?, ?, ...)
and then maybe bind somehow the ?,? to the values in the array, or is there any other way?

--
Txs, Irena

irena_at_websplit.com Received on Tue Jan 04 2000 - 07:11:14 CST

Original text of this message

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