Jump to content

MSSQL BEGIN TRANSACTION consistently failing


stockton

Recommended Posts

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.

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.