Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
BEG TRANS -- END TRANS TOO DEEP ISSUE
Message
De
02/12/1998 18:19:37
 
 
À
02/12/1998 18:15:26
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Divers
Thread ID:
00163441
Message ID:
00163457
Vues:
35
Hey Hello John:
to answer your question yes I still get the error
this is the testing code I am using

@@@@@@@--------@@@@@@@@@@@@@
CLOSE DATABASES
OPEN DATABASE first
USE onetab1 && Open customer table
CLEAR
BEGIN TRANSACTION
? 'Transaction level '
?? TXNLEVEL( )
BEGIN TRANSACTION
? 'Transaction level '
?? TXNLEVEL( )
END TRANSACTION
END TRANSACTION


mark oliva


>Hi Mark -----
>
>BEGIN TRANS
> ?TXNLEVEL()=1
>BEGIN TRANS
> ?TXNLEVEL()=2
>END TRANS
> ?TXNLEVEL()=1
>END TRANS
> ?TXNLEVEL()=0
>
>This is how it's supposed to go. Do you get this error even when you *know* you only have one open TRANS?
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform