Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
How can I trace through the stored procedures?
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Divers
Thread ID:
00383322
Message ID:
00383354
Vues:
18
>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
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform