Hi all,
Just came across a rather interesting problem while trying to set up Oracle with PHP -
All other statements work fine, but when I try to call an UPDATE statement, it seems to hang when calling OCIExecute (). The same query works fine in SQL*Plus, but for some unknown reason, calling OCIExecute () on an update statement doesn't seem to work.
Anybody seen this before?
Thanks
-- John G.