PHP Classes

Handle erros using MS SQL

Recommend this page to a friend!

      SqlClass  >  All threads  >  Handle erros using MS SQL  >  (Un) Subscribe thread alerts  
Subject:Handle erros using MS SQL
Summary:Handle erros using MS SQL
Messages:1
Author:COMserver
Date:2006-11-22 11:56:20
 

 


  1. Handle erros using MS SQL   Reply   Report abuse  
Picture of COMserver COMserver - 2006-11-22 11:56:20
To handle erros using MS SQL, use the function
mssql_get_last_message();

I'm using MSDE and it works fine for me.