mssql_error()

Questions about the MySQL, PostgreSQL, and most other databases, as well as using it with PHP can be asked here.

Moderator: General Moderators

Post Reply
User avatar
ILoveJackDaniels
Forum Commoner
Posts: 43
Joined: Mon May 20, 2002 8:18 am
Location: Brighton, UK

mssql_error()

Post 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?
User avatar
ol4pr0
Forum Regular
Posts: 926
Joined: Thu Jan 08, 2004 11:22 am
Location: ecuador

Post 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
Post Reply