Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Bad Connection
Message
From
02/04/2003 19:07:31
James Blackburn
Qualty Design Systems, Inc.
Kuna, Idaho, United States
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Client/server
Title:
Bad Connection
Miscellaneous
Thread ID:
00773346
Message ID:
00773346
Views:
48
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.
Next
Reply
Map
View

Click here to load this message in the networking platform