Hi all,
In MS SQL Server what is the alternative to using mysql's die(mysql_error())??
$query = "SELECT * FROM table"; $result = mssql_query($query) or die('Meeting Query Error')
Thanks.
Kevin.
Well, the function is mssql get last message but from the user notes it does not appear to be very usefull.