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. Quote Link to comment https://forums.phpfreaks.com/topic/71503-mssql-begin-transaction-consistently-failing/ 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.