|
mssql_get_last_message(PHP 4, PHP 5, PECL odbtp >= 1.1.1) mssql_get_last_message — Returns the last message from the server Описание
string mssql_get_last_message
( void
)
Gets the last message from the MS-SQL server Список параметровУ этой функции нет параметров. Возвращаемые значенияReturns last error message from server, or an empty string if no error messages are returned from MSSQL. Примеры
Пример #1 mssql_get_last_message() example
<?php Результатом выполнения данного примера будет что-то подобное: MSSQL error: Invalid object name 'php.dbo.not-found'. Смотрите также
|
|