Welcome Guest, Not a member yet? Register   Sign In
mssql error message string
#1

[eluser]bscott[/eluser]
Not sure whether this should be called a bug or a feature request but can mssql_driver.php

_error_message() be changed from:-

function _error_message()
{
// Are errros even supported in MS SQL?
//return '';
}

to

function _error_message()
{
return @mssql_get_last_message();
}

I am aware that this was previously part of a wider feature request that included error numbers and insert id's but could implementation of _error_message() perhaps be considered in isolation of these other changes?




Theme © iAndrew 2016 - Forum software by © MyBB