stockton Posted October 2, 2007 Share Posted October 2, 2007 Please tell me why the following consistently dies. $CommandText = "BEGIN TRANSACTION"; mssql_query($CommandText, $link) or die(sprintf("[%s] [%d] <br /> Cannot [%s] ", __FILE__, __LINE__,$CommandText)); and yes I have successfully linked and all other SQL commands I have tried have worked. Just this one is failing. Link to comment https://forums.phpfreaks.com/topic/71503-mssql-begin-transaction-consistently-failing/ Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.