This page last changed on Mar 30, 2011 by wikibot.

ODBC_FETCH()

Synopsis

Fetch a row from a multirow query.

Description

For queries which are marked as mode=multirow, the original query returns a result-id from which results may be fetched. This function implements the actual fetch of the results.

This also sets This also sets None - ODBC_FETCH_STATUS.

  • ODBC_FETCH_STATUS -
    • SUCESS - If rows are available.
    • FAILURE - If no rows are available.

Syntax

ODBC_FETCH(result-id)
Arguments
  • result-id

See Also

Import Version

This documentation was imported from Asterisk version SVN-branch-1.8-r311874.

Document generated by Confluence on Oct 04, 2011 12:42