Welcome Guest, Not a member yet? Register   Sign In
Are errros even supported in MS SQL?
#1

[eluser]0plus1[/eluser]
Yes, they are:

Code:
In file: mssql_driver, line 401 method: _error_message

Add the line:

Change:

Code:
return false;

to:

Code:
return mssql_get_last_message();

This will print the error messages from mssql.




Theme © iAndrew 2016 - Forum software by © MyBB