Delicious Bookmark this on Delicious Share on Facebook SlashdotSlashdot It! Digg! Digg



PHP : Function Reference : Oracle Functions [deprecated] : ora_errorcode

ora_errorcode

Gets an Oracle error code (PHP 4, PHP 5 <= 5.0.5)
int ora_errorcode ( [resource cursor_or_connection] )

Returns the numeric error code of the last executed statement on the specified cursor or connection.

Parameters

cursor_or_connection

An Oracle cursor or connection identifier.

Return Values

Returns the error code, as an integer.

ChangeLog

Version Description
5.1.0

The oracle extension is deprecated in favor of oci8.

3.0.4 Support for connection identifiers was added.

Notes

When using oci8 as a replacement for the deprecated oracle extension, consider using:

oci_error() (the "code" field of the resulting array)

Change Language


Follow Navioo On Twitter
ora_bind
ora_close
ora_columnname
ora_columnsize
ora_columntype
ora_commit
ora_commitoff
ora_commiton
ora_do
ora_error
ora_errorcode
ora_exec
ora_fetch_into
ora_fetch
ora_getcolumn
ora_logoff
ora_logon
ora_numcols
ora_numrows
ora_open
ora_parse
ora_plogon
ora_rollback
eXTReMe Tracker