you just have to execute a statement starting and ending the transaction.
BEGIN TRANSACTION
COMMIT
ROLLBACK
Yuu send thes commands to the server with mssql_query() as any other SQL statement.
- Frank
> I am trying to implement transactions using PHP and MSSQL 7 (Microsoft). Please
>tell me if there is a simple way of doing this, as there is for Interbase or Oracle,
>using the appropriate functions.eg ***_rollback or whatever.
>
> Regards
> Andrew
>
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]