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

Re: Upload rows via ODBC - help !!!!!

From: Michael Spragge <mspragge_uk_at_yahoo.com>
Date: Wed, 05 Jan 2000 16:22:21 +0100
Message-ID: <387361AD.68A30F92@yahoo.com>

Irena Corta wrote:
>
> 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?

Yes, you can bind input columns before executing SQLExecute. I attached a pretty sample for doing that. In a loop you will have to supply all the values from your array.

--

Greetings, Michael

Visual C++ & Crystal Reports & Visual Engine Supported by www.visual-engine.com


Received on Wed Jan 05 2000 - 09:22:21 CST

Original text of this message

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