Thanks for the reply.

Yes, I think I'm certain that the row being updated does exist- I am pretty sure that is not the problem. Also, updates on non-text fields never fail, and the users are usually able to "hit the back button and try again" I am told. (this is why I thought a retry in a loop might help)

However, you are right - I do not yet know if it is dependent on the input data which is bound to the parameters. I should include the bound parameter values in my error page. I think this will be my next step.

It is difficult because I'm forced to debug this by providing patches - I don't have access to the server that runs my application. Worse yet, the people who run the patches are in a timezone 12 hours different than mine! So it's a slow process.

Thanks-

Matt

In reply to Re^2: OT?>> DBD::ODBC::st execute failed: NULL textptr passed to UpdateText function-- why?? by JupiterCrash
in thread OT?>> DBD::ODBC::st execute failed: NULL textptr passed to UpdateText function-- why?? by JupiterCrash

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.