Hello rememberthatstore.com,
On 25-Apr-01 17:55:49, you wrote:
>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.
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
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
3 matches
Mail list logo