Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Upload rows via ODBC - help !!!!!
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
![]() |
![]() |