Home
last modified time | relevance | path

Searched refs:sqlcode (Results 1 – 2 of 2) sorted by relevance

/PHP-5.5/ext/pdo_firebird/
H A Dfirebird_driver.c608 long i = 0, l, sqlcode = isc_sqlcode(s); in pdo_firebird_fetch_error_func() local
610 if (sqlcode) { in pdo_firebird_fetch_error_func()
611 add_next_index_long(info, sqlcode); in pdo_firebird_fetch_error_func()
/PHP-5.5/ext/pdo_oci/tests/
H A Dbug57702.phpt18 $query = "begin execute immediate 'drop table mytable'; exception when others then if sqlcode <> -9…

Completed in 7 milliseconds