mssql error

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
nolanpro
Forum Newbie
Posts: 17
Joined: Fri May 12, 2006 5:17 pm

mssql error

Post by nolanpro »

Hi

I know mssql (sql server) and php are quite the odd couple but I was wondering if there was an equivilant of mysql_error() but for sql server, or some other way to get the sql server error.

It would be very helpful in troubleshooting the daunting task of connecting php to a sql server db.

Thanks!
User avatar
Ollie Saunders
DevNet Master
Posts: 3179
Joined: Tue May 24, 2005 6:01 pm
Location: UK

Post by Ollie Saunders »

From what I can see the answer is no.
Disappointing, I know.
User avatar
tecktalkcm0391
DevNet Resident
Posts: 1030
Joined: Fri May 26, 2006 9:25 am
Location: Florida

Post by tecktalkcm0391 »

Post Reply