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 -> SQL Question

SQL Question

From: dean <deanbrown3d_at_yahoo.com>
Date: 23 Feb 2006 10:54:59 -0800
Message-ID: <1140720899.398202.8060@u72g2000cwu.googlegroups.com>


I'm running some debug code in a program in C++, and I have a grid that returns the results of any SQL statement that I care to enter on screen. I can see the results of a select query, or I can execute a command (such as delete), but in the latter case I can't see any responce from Oracle to tell me what happened in the command (for example, that 10 rows were deleted). How can I get this last message back from Oracle?

Thanks!

Dean Received on Thu Feb 23 2006 - 12:54:59 CST

Original text of this message

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