Searched refs:sqlcode (Results 1 – 2 of 2) sorted by relevance
608 long i = 0, l, sqlcode = isc_sqlcode(s); in pdo_firebird_fetch_error_func() local610 if (sqlcode) { in pdo_firebird_fetch_error_func()611 add_next_index_long(info, sqlcode); in pdo_firebird_fetch_error_func()
18 $query = "begin execute immediate 'drop table mytable'; exception when others then if sqlcode <> -9…
Completed in 5 milliseconds