Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.misc -> Re: updating multiple rows with ODBC

Re: updating multiple rows with ODBC

From: Ken North <KenNorth_at_nospam.msn.com>
Date: Fri, 4 Oct 2002 16:53:47 -0700
Message-ID: <ann84a$nml$1@nntp-m01.news.aol.com>


Take a look at column-wize array inserts, row-wize array inserts, SQLBulkOperations().

"Albert" <no_spam_contactemt_at_bigfoot.com> wrote in message news:anhdij$9p6$1_at_newsg4.svr.pol.co.uk...
> Hi,
>
> Can I implement array updating in C++ and ODBC ?
> I haven't found any examples of how to do so, can you help ?
>
> I'm doing SQLExtendedFetch() bringing back 100 rows at a time.
> I amend some fields, then update 1 row at a time.
>
> This is *very* slow (1 row 1/2 sec).
> My database will have ~250,000 rows so this is not nice!
>
> I'm working with personal oracle, so I don't need to worry abount
> contention, but a *well behaved* example would be appreciated.
>
> Many thanks.
>
>
>
>
>
Received on Fri Oct 04 2002 - 18:53:47 CDT

Original text of this message

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