FetchRow Question

From: Timothy Miller (timothy_miller_at_ml.com)
Date: 02/09/05

  • Next message: Darren Duncan: "Re: Discovery of unique constraints using Catalog Methods"
    Date: Wed, 9 Feb 2005 13:22:31 -0500
    To: <dbi-users@perl.org>
    
    

    Question,

      I am running two different version of perl (5.6.1 and 5.8.4), version
    5.6 I get returned 11 rows from the loop below, but version 5.8.4
    returns 12. Does the FetchRow method work differently for the two
    versions?

            while ($middlewr_db->FetchRow()){
                $temp = $middlewr_db->Data;
                    $web_urls[$i] = $middlewr_db->Data;
                    print "The value of i is $i $temp\n";
                    $i++;
          }
            print " Fetched: $i rows\n";

    Tim Miller
    --------------------------------------------------------

    If you are not an intended recipient of this e-mail, please notify the sender, delete it and do not read, act upon, print, disclose, copy, retain or redistribute it. Click here for important additional terms relating to this e-mail. http://www.ml.com/email_terms/
    --------------------------------------------------------


  • Next message: Darren Duncan: "Re: Discovery of unique constraints using Catalog Methods"