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. 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? 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
Archived
This topic is now archived and is closed to further replies.