Re: Visual C++ and Oracle - increase speed and preformance?

From: Carsten Saager <carsten_at_saager.org>
Date: Thu, 29 May 2003 14:21:09 +0200
Message-ID: <bb4u0v$5lav5$1_at_ID-74580.news.dfncis.de>


"Nicke Verenius" <nicholaus_verenius_at_hotmail.com> schrieb im Newsbeitrag news:Fw8Ba.19250$_2.494_at_news1.bredband.com...
> I must update 3000 rows in an Oracle table:

Err, that are not that many rows...

> How should I increase preformance?? Should I use ODBC??

Perhaps not. Although I don't know if BULK operations are support via ODBC. BULK, or host-array operations are the perfect tool for your problem. The idea ist that your reduce the number of sql-excecutions in your program.

ciao

    Carsten Received on Thu May 29 2003 - 14:21:09 CEST

Original text of this message