[Zope] can't update integer values in oracle
Art Hampton
arth@pacsg.css.mot.com
Thu, 02 Dec 1999 11:20:20 -0600
> Another intersting fast is that when I test the sql method in the management
> interface, I get the result shown below, but the update statement in fact
> succeeds.
>
> " This was not a query. "
This is perfectly normal.
Your SQL statement was not requesting any returned data (it wasn't a
SELECT, SHOW, etc.).
The test will show that message if showing the returned results is not
applicable (as it is in this case).