Page 1 of 1

mssql_error()

Posted: Mon Apr 05, 2004 10:47 am
by ILoveJackDaniels
I understand, from looking around on the web, that there is no mssql_error(), or mssql_errno(), function in PHP. Does anyone know of any way to grab error codes and messages when using MSSQL, as I know of no other way that these functions, having only used MySQL before?

Posted: Mon Apr 05, 2004 10:58 am
by ol4pr0
I havent seen those around either, however if echo the results back of youre query if something is wrong youre script will tell you