Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Usenet -> c.d.o.server -> Re: Can one get useful information from this?
On 31 Aug 2005 16:25:18 -0700, "milkyway" <d0mufasa_at_hotmail.com> wrote:
>When one executes a query with OCIStmtExecute, is there a way to tell
>the *number* of rows affected by the statment? Can an example be
>provided as to how to get the number of rows affected by an insert /
>update or delete statement executed through the OCIStmtExecute?
OCI_ATTR_ROW_COUNT statement handle attribute. http://download-uk.oracle.com/docs/cd/B19306_01/appdev.102/b14250/ociaahan.htm#i428664
-- Andy Hassall :: andy@andyh.co.uk :: http://www.andyh.co.uk http://www.andyhsoftware.co.uk/space :: disk and FTP usage analysis toolReceived on Wed Aug 31 2005 - 18:36:37 CDT