sasql_message

Writes a message to the server messages window.

Prototype

bool sasql_message( sasql_conn $conn, string $message )

Parameters

$conn – The connection resource returned by a connect function.
$message – A message to be written to the server messages window.

Returns

TRUE on success or FALSE on failure.