PHP » PYTHON |
login |
register |
about
|
|
oci_new_cursor(PHP 5, PECL oci8 >= 1.1.0) oci_new_cursor — Allocates and returns a new cursor (statement handle) Description
resource oci_new_cursor
( resource $connection
)
Allocates a new statement handle on the specified connection. Return ValuesReturns a new statement handle, or FALSE on error. Examples
Example #1 Using REF CURSOR in an Oracle's stored procedure
<?php
Example #2 Using REF CURSOR in an Oracle's select statement
<?php
Notes
|
more
Recently updated
more
Most requested
more
Last requests
|