maxdb_errno maxdb::errno Returns the error code for the most recent function call &reftitle.description; &style.procedural; intmaxdb_errno resourcelink &style.oop; intmaxdb->errno The maxdb_errno function will return the last error code for the most recent MaxDB function call that can succeed or fail with respect to the database link defined by the link parameter. If no errors have occurred, this function will return zero. &reftitle.returnvalues; An error code value for the last call, if it failed. zero means no error occurred. &reftitle.examples; &style.oop; query("SELECT xxx FROM hotel.city")) { printf("Errorcode: %d\n", $maxdb->errno); } /* close connection */ $maxdb->close(); ?> ]]> &style.procedural; ]]> &example.outputs.similar; Errorcode: -4005 ]]> &reftitle.seealso; maxdb_connect_errno maxdb_connect_error maxdb_error maxdb_sqlstate