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 -> Question about OCI

Question about OCI

From: music4 <cli4_at_lucent.com>
Date: Fri, 19 Jul 2002 09:26:45 +0800
Message-ID: <ah7ppo$sc4@ssbunews.ih.lucent.com>


Greetings,

I am using OCI in C++ to operate Oracle database. When I execute a "delete" and "update" statement, is there a way to know how many lines are deleted/updated.

Currently, I have to do "select" first, then "delete"/"update", but it's not graceful. I believe OCI should have the ability to report how many lines are deleted/updated, but I just don't know how to get that. Please help me.

Thanks in advance!
Evan Received on Thu Jul 18 2002 - 20:26:45 CDT

Original text of this message

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