|
mssql_get_last_messageReturns the last message from the server Warning
This function was REMOVED in PHP 7.0.0. Alternatives to this function include:
Description
string mssql_get_last_message
( void
)
Gets the last message from the MS-SQL server ParametersThis function has no parameters. Return ValuesReturns last error message from server, or an empty string if no error messages are returned from MSSQL. Examples
Example #1 mssql_get_last_message example
<?php The above example will output something similar to: MSSQL error: Invalid object name 'php.dbo.not-found'. See Also
|