Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl: the Markov chain saw
 
PerlMonks  

Re^2: Even though there are two separate database handles error shows need two separate database handles to compare

by wallisds (Beadle)
on Mar 09, 2011 at 15:40 UTC ( [id://892224]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
            $oDB_Comparison->compare(@tables);
    
  2. or download this
            $oDB_Comparison->verbose;
    
  3. or download this
    my $dbh1 = DBI->connect('DBI:DATABASE_TYPE:DATABASE_NAME:DATABASE_SERV
    +ER','USERNAME','PASSWORD') || die "Error Connecting to \$dbh1: ".$DBI
    +::errstr."\n";
    
  4. or download this
    #!/usr/bin/perl
    
    ...
    my @tables = ('Table1', 'Table2);
    $oDB_Comparison->verbose;
    $oDB_Comparison->compare(@tables);
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://892224]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others perusing the Monastery: (4)
As of 2024-03-28 08:40 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found