Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Close open transactions in IDE
Message
 
 
À
12/04/2015 15:57:10
Lutz Scheffler (En ligne)
Lutz Scheffler Software Ingenieurbüro
Dresden, Allemagne
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Versions des environnements
Visual FoxPro:
VFP 9 SP2
OS:
Windows Server 2012
Network:
Windows 2008 Server
Database:
MS SQL Server
Application:
Web
Divers
Thread ID:
01618253
Message ID:
01618258
Vues:
38
>>If during development, debugging (in VFP IDE) you get error
>>"Data session ## cannot be released with open transactions" how do you get around it, without having to End the Task in the Task Manager?
>
>snippet out of the QUERYUNLOAD of my forms
>
> IF .DATASESSION=2 THEN
>  lnLoop1 = TXNLEVEL()
>  DO WHILE lnLoop1>0
>   ROLLBACK
>   lnLoop1 = lnLoop1-1
>  ENDDO && lnLoop1>0
>  lnLoop1 = AUSED(laTables)
>
>  FOR lnLoop2 = 1 TO lnLoop1
>   IF CURSORGETPROP('BUFFERING',laTables(lnLoop2,1))>1 THEN
>    TABLEREVERT(True,laTables(lnLoop2,1))
>   ENDIF &&CURSORGETPROP('BUFFERING',laTables(lnLoop2,1))>1
>  ENDFOR &&lnLoop2
>*SF 08.09.2003 Close Tables moved to DESTROY
>*!*	  CLOSE TABLES ALL
>*  CLOSE ALL EXTENDED
> ENDIF &&.DATASESSION=2
>
>
>HTH

Thank you. I will try your code.
"The creative process is nothing but a series of crises." Isaac Bashevis Singer
"My experience is that as soon as people are old enough to know better, they don't know anything at all." Oscar Wilde
"If a nation values anything more than freedom, it will lose its freedom; and the irony of it is that if it is comfort or money that it values more, it will lose that too." W.Somerset Maugham
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform