Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Try...Catch...Finally
Message
 
 
To
30/05/2003 20:10:16
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00794807
Message ID:
00794885
Views:
13
>Hi,
>
>I just start to look at how Try...Catch...Finally works. Based on what I have read and tried, this mechanism won't handle (catch) ODBC error. Am I right or wrong?
>
>Thank you,

Hi Peter,

The Try...Catch...Finally is a new mechanism to handle VFP errors. If ODBC error results in VFP error than it can be intercepted by any available error handling constructs in VFP. However most ODBC errors don't generate VFP error but are rather indicated by return codes of functions that work with ODBC connection.
--sb--
Previous
Reply
Map
View

Click here to load this message in the networking platform