Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.

SQL Anywhere 11.0.1 (Français) » SQL Anywhere Server - Programming » SQL Anywhere Data Access APIs » SQL Anywhere PHP API » SQL Anywhere PHP API reference

 

sasql_stmt_errno

Prototype
int sasql_stmt_errno( sasql_stmt $stmt )
Description

Returns the error code for the most recently executed statement function using the specified statement resource.

Parameters

$stmt   A prepared statement resource that was returned by the sasql_prepare function.

Returns

An integer error code. For a list of error codes, see Messages d'erreur SQL Anywhere triés par code SQLCODE.

Related functions