Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Logging on Error Information
Message
From
23/08/2017 18:06:10
 
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
01653522
Message ID:
01653644
Views:
53
>>>Secondly I don't use SQL through; my application is using CA. And I do use SQLExec(). But the SQL Select/Insert/Update do not give me any problems since I learned how to catch them right at the point where they are executed. When I look at some customers' error log I see mostly the error caused by a problem instantiating objects. And so far, I have not learned how to catch those.
>>
>>CA is also SQL :). I use prg-based CA class and in each of the after* methods there's a check for the lResult parameter, and if .f., aError(ea), then olog.logArray(@ea).
>>
>>Just now I got the idea that I could pass this as a parameter - logging the state of the cursor adapter may also help.
>
>Maybe I should simply not have any bugs in my application and therefore won't need to log errors :)


too much effort to implement now. Inform your users that it is a feature...
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform