php man page for ingres_cursor

Query: ingres_cursor

OS: php

Section: 3

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

INGRES_CURSOR(3)							 1							  INGRES_CURSOR(3)

ingres_cursor - Get a cursor name for a given result resource

SYNOPSIS
string ingres_cursor (resource $result)
DESCRIPTION
Returns a string with the active cursor name. If no cursor is active then NULL is returned.
PARAMETERS
o $result - The query result identifier
RETURN VALUES
Returns a string containing the active cursor name. If no cursor is active then NULL is returned.
EXAMPLES
Example #1 Get cursor name for a query resource <?php $link = ingres_connect($database, $user, $password); $result = ingres_prepare($link, "select * from table"); $cursor_name = ingres_cursor($result); echo $cursor_name; ?>
SEE ALSO
ingres_prepare(3), ingres_execute(3). PHP Documentation Group INGRES_CURSOR(3)
Related Man Pages
mssql_query(3) - php
mssql_free_result(3) - php
cubrid_lob2_tell(3) - php
ingres_errno(3) - php
msql_query(3) - php
Similar Topics in the Unix Linux Community
Rules for Homework &amp; Coursework Questions Forum
UNIX.COM 2017 Year End Summary
Please Welcome Ravinder Singh to the Moderation Team
The Order of the Wizard's Hat - Lifetime Achievement Award 2019 - Congrats to Don Cragun
Denial Of Service Attack Update