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

search for in the

ociparse> <ocinlogon
[edit] Last updated: Fri, 11 May 2012

view this page in

ocinumcols

(PHP 4, PHP 5, PECL OCI8 >= 1.0.0)

ocinumcolsAlias of oci_num_fields()

Description

Warning

This alias has been DEPRECATED as of PHP 5.4.0. Relying on this alias is highly discouraged.



add a note add a note User Contributed Notes ocinumcols
jnield at impole dot com 19-Nov-1999 02:13
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.

 
show source | credits | sitemap | contact | advertising | mirror sites