ngc Posted March 29, 2006 Share Posted March 29, 2006 I'm using PHP 5.0.3 and SQL SERVER 2000.When I execute the below query, the row is inserted; however, the die function is also executed. $query = "INSERT INTO change_control (CHANGE_ID) VALUES (56812)"; $stmt = mssql_query($query) or die("INSERT change_control failed");SELECT and UPDATE queries are not a problem. Quote Link to comment https://forums.phpfreaks.com/topic/6121-php-503-and-sql-server-2000-insert-query/ Share on other sites More sharing options...
dmbfansim Posted April 6, 2006 Share Posted April 6, 2006 I am have the same problem. Can anyone help with an answer? Quote Link to comment https://forums.phpfreaks.com/topic/6121-php-503-and-sql-server-2000-insert-query/#findComment-24473 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.