Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 603457
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 13, 20262026-05-13T16:55:58+00:00 2026-05-13T16:55:58+00:00

Background I’m writing a web application and I have a stored procedure which inserts

  • 0

Background

I’m writing a web application and I have a stored procedure which inserts some data into a table. As a programmer I am suspect of IO so my gut tells me I need to do some exception handling in case this write fails.

The intended effect of the error handling within the stored procedure would be to set a flag to be consumed by the DAL (in PHP) which would alert the user that something has broken as well as sending the details to the admin.

Questions

  • What is the best strategy with respect to handling errors at this level given that I want any error generated to trigger this handling?
  • MySQL error codes and SQLSTATE values are good for identifying specific errors and don’t appear to be what I’m looking for. SQLEXCEPTION seams to be a broader error handling mechanism that may suit my needs but I wonder if this is somewhat analogous to catching Exception in C# with respect to the potential to catch things that I really shouldn’t
  • Am I looking at this from COMPLETELY the wrong angle? I’m currently of the view that keeping as much of the data logic in the database is a good idea, so handling database errors in the database seams natural but I’m open to suggestion.
    • 1 1 Answer
    • 0 Views
    • 0 Followers
    • 0
    Share
    • Facebook
    • Report

    Leave an answer
    Cancel reply

    You must login to add an answer.

    Forgot Password?

    Need An Account, Sign Up Here

    1 Answer

    • Voted
    • Oldest
    • Recent
    • Random
    1. Editorial Team
      Editorial Team
      2026-05-13T16:55:58+00:00Added an answer on May 13, 2026 at 4:55 pm

      Am I looking at this from COMPLETELY the wrong angle?

      Yes. If you can’t trust your database to handle I/O errors, you’re missing the point of using a database.

      The usual drill is to do as little as possible in your stored procedures. Your PHP program will get errors and exceptions and that’s what you wanted to happen. Since PHP will get the exceptions, what are you worrying about? Just let them pop out of your stored procedure.

      Your PHP will have to “alert the user that something has broken”.

      If you want to somehow “wrap” all your stored procedure in some kind of error logging, do this in PHP. Don’t mess with over-writing your stored procedures. Don’t worry about I/O errors. You have a database to handle that.

      • 0
      • Reply
      • Share
        Share
        • Share on Facebook
        • Share on Twitter
        • Share on LinkedIn
        • Share on WhatsApp
        • Report

    Sidebar

    Related Questions

    Background: Some time ago, I built a system for recording and categorizing application crashes
    Background: I have a little video playing app with a UI inspired by the
    Background I am writing and using a very simple CGI-based (Perl) content management tool
    Background I have a massive db for a SharePoint site collection. It is 130GB
    Background I am trying to create a copy of a business object I have
    Background I work for a large organization which has thousands of MS Access applications
    Background I have been asked by a client to create a picture of the
    Background: At my company we are developing a bunch applications that are using the
    Background: I need to reserve an amount of memory below 0xA0000 prior to my
    Background: Over the next month, I'll be giving three talks about or at least

    Explore

    • Home
    • Add group
    • Groups page
    • Communities
    • Questions
      • New Questions
      • Trending Questions
      • Must read Questions
      • Hot Questions
    • Polls
    • Tags
    • Badges
    • Users
    • Help
    • SEARCH

    Footer

    © 2021 The Archive Base. All Rights Reserved
    With Love by The Archive Base

    Insert/edit link

    Enter the destination URL

    Or link to existing content

      No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.