Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Bad Connection
Message
De
02/04/2003 19:40:56
James Blackburn
Qualty Design Systems, Inc.
Kuna, Idaho, États-Unis
 
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Client/serveur
Titre:
Divers
Thread ID:
00773346
Message ID:
00773363
Vues:
16
Sergey

What I need is to go through all the items in collection and make sure the connection is closed. My understanding of try endtry is that once the error has occured there is no way to get back to the executing code. Is my understanding incorrect?

Thanks.


>James,
>
>You cannot overwrite Error() method in effect with ON ERROR command. You can use new TRY ... ENDTRY error handler instead.
>
>>VFP8.0 RTM
>>I have a connection class that I use for my apps to manage mulitple connections to a database. In my distroy method I call a method that closes all database connections. I have the following code.
>>
>>
>>
>>llErr = .f.
>>ON ERROR llerr = .t.
>>FOR EACH lnCon IN this.ocollection
>>  SQLDISCONNECT(lnCon)
>>NEXT
>>ON ERROR &lcError
>>
>>
>>
>>SQLDISCONNECT(lnCon) Still calls my error method and what I want is to just bypass the error and go on.
>>
>>Thanks for your help.
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform