Voting

: five plus one?
(Example: nine)

The Note You're Voting On

dominic dot standage at revolutionltd dot com
25 years ago
OCIResult() requires the column name to be written in capitals, so OCIResult($stmt,"column") won't work, but OCIResult($stmt,"COLUMN") works fine. Hope that helps somebody out

<< Back to user notes page

To Top