Hi, Thanks for your responses. trace gives me the following info (just one row posted). Removing the spaces didn't correct the error. I am baffled by this! Thanks again, Rob
-> fetchrow_hashref for DBD::mysql::st (DBI::st=HASH(0xa039770)~0x +a03f904) 1 -> FETCH for DBD::mysql::st (DBI::st=HASH(0xa03f904)~INNER 'NAME') -> dbd_st_FETCH_attrib for 0a02920c, key NAME 1 <- FETCH= [ 'i_preference_desc' 'name' 'range_value' 'value' 'def_ +value' ] at voicemail_options.html line 95 via /usr/local/lib/perl5/s +ite_perl/5.8.2/HTML/Mason/C omponent.pm line 134 1 -> fetch for DBD::mysql::st (DBI::st=HASH(0xa03f904)~INNER) -> dbd_st_fetch for 0a02920c, chopblanks 0 Storing row 0 (10) in 0a02d7ac Storing row 1 (ext_email_action) in 0a02eb44 Storing row 2 (none, forward, notify, copy) in 0a02ebb0 Storing row 3 (no) in 0a02d5c0 Storing row 4 (none) in 0a034e44 <- dbd_st_fetch, 5 cols 1 <- fetch= [ '10' 'ext_email_action' 'none, forward, notify, copy' +'no' 'none' ] row11 at voicemail_options.html line 95 via /usr/local/ +lib/perl5/site_perl/5.8.2/H TML/Mason/Component.pm line 134 <- fetchrow_hashref= HASH(0xa03c740)5keys row11 at voicemail_optio +ns.html line 95 via /usr/local/lib/perl5/site_perl/5.8.2/HTML/Mason/C +omponent.pm line 134

In reply to Re^2: DBI gives out wrong data by robscov
in thread DBI gives out wrong data by robscov

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.