Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.
bool sasql_message( sasql_conn $conn, string $message )
将一条消息写入服务器消息窗口。
$conn 由连接函数返回的连接资源。
$message 要写入服务器消息窗口的消息。
TRUE(成功时)或 FALSE(失败时)。