Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How can I trace through the stored procedures?
Message
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Miscellaneous
Thread ID:
00383322
Message ID:
00383354
Views:
25
>Hello, everyone,
>
>I have a table. Whenever I edit (update, add or delete a record) it through a form, a "fatal error: exception c0000005" occours. The error message box also tells me that the error occured in _RIEND procedure, which is a VFP generated stored procedure for Referential Integrity for the database. I would like to analyze this problem by tracing through the stored procedures. I added SET STEP ON in the affecting procedure and a break in the DEBUG window for that procedure. Somehow, the DUBUGing system wasn't able to break the procedure from running.
>

STEPping through a SP usually works. Are you doing this from the command window, or from your app?

FWIW, if you are reading the error message given by a compiled exe, chances are, the real error isn't happening in your SP, the VFP error mechanism reported it incorrectly.
Erik Moore
Clientelligence
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform