Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
How to release datasessions?
Message
 
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Versions des environnements
Visual FoxPro:
VFP 9 SP1
Divers
Thread ID:
01459196
Message ID:
01459213
Vues:
53
>>>I tried tablerevert(.t.) but it does not work. I guess at the time of the error the current alias is "lost" and tablerevert() needs an alias to work with.
>>
>>Yes, switch to the right DS and try tablerevert and more importantly - rollback transaction.
>
>How do you switch to the right DS? Is there a comment that will show me list of DSs?

When you're in the command window, type set. You'll see all the datasessions which are currently opened.

You can also try
=asessions(laSessions)

for lnI = 1 to alen(laSessions)
   set datasession to (laSession[ln])
   && check if open transactions are there 
   if TXNLEVEL( ) > 0
      rollback transaction
  endif
next
If it's not broken, fix it until it is.


My Blog
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform