PHP
downloads | documentation | faq | getting help | mailing lists | reporting bugs | php.net sites | links | conferences | my php.net

search for in the

ociparse> <ocinlogon
Last updated: Fri, 10 Oct 2008

view this page in

ocinumcols

(PHP 4, PHP 5, PECL oci8:1.0-1.2.4)

ocinumcolsAlias von oci_num_fields()

Beschreibung

Diese Funktion ist ein Alias für: oci_num_fields().



add a note add a note User Contributed Notes
ocinumcols
jnield at impole dot com
18-Nov-1999 07:43
The following is not immediately obvious:

If you need the number of columns in a REF CURSOR returned from a PL/SQL procedure, you need to use OCINumColumns() on the cursor handle returned by OCINewCursor after it is bound and executed, not the statement handle. Same applies for OCIColumnName() and friends.

ociparse> <ocinlogon
Last updated: Fri, 10 Oct 2008
 
 
show source | credits | stats | sitemap | contact | advertising | mirror sites