Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
BEG TRANS -- END TRANS TOO DEEP ISSUE
Message
From
02/12/1998 18:19:37
 
 
To
02/12/1998 18:15:26
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00163441
Message ID:
00163457
Views:
27
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?
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform