An Answer Found!!!

This isn't pretty, and I don't really like it, but I found an answer, and so I can move forward with my project. Here it is:

So when things simply don't seem to be working using the module, I can now slip back to using the DBI processing. It's not ideal, in that the module itself is not reliable -- it is actually the quick_delete that is not working, not the quick_select, but you do what'cha gotta do...

If others have a better way of getting around this, then I'd love to know. I'm still convinced that there is a "clean and simple" way to get the database error code, but my testing simply did not get it.

David Lee Crites, Author and DevOps Dude
Devops: lee@critesclan.com
Author: davidlee@adoniah.co
quad alii ut vivere

In reply to Re^4: Dancer2::Plugin::Database and database errors by lee_crites
in thread Dancer2::Plugin::Database and database errors by lee_crites

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.