Query Error Function
Posted: Tue Apr 17, 2012 5:14 am
Is there a PHP function that checks for an error in a SQL Query i am running for example below is a query i am running on my web application
What would be the code for if sqlsrv_query returns an error than show error message.
Thanks
Code: Select all
sqlsrv_query($Connect, $PER1sql, $PERparams1);Thanks