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