Date:  03/06/2003 05:38:30 AM Msg ID:  001358
From:  Andrea Caletti Thread:  001358
Subject:  Transaction and Error management
Hello,
 
I would like to use transaction in my vfp code like this simple:
 
begin transaction
code vfp
code vfp
..
..
if not error
   commit
else
   rollback
endif
 
But when foxweb merge the code and there is an error intercepted from foxweb, in which way i can close my transaction with a rollback?
In that way I can intercept eventual errors of the phase of merge?
 
 
Andrea.