Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl-Sensitive Sunglasses
 
PerlMonks  

Re^5: DBD::Pg copy issues

by diotalevi (Canon)
on Sep 10, 2004 at 21:19 UTC ( [id://390190]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    $dbh->func( 'COPY snapshot_$formName ( name, value, collect_date, omp_
    +id ) FROM STDIN',
                'putline' );
    
  2. or download this
    my $count = 0;
    for ( ... ) {
        ... $names[ $count ]
    
        $count++;
    }
    
  3. or download this
    foreach my $ix ( 0 .. $#names )
        my $value = $values[ $ix ];
        if ( ! $names[ $ix ] ) {
        }
    }
    
  4. or download this
    $formName = ...;
    @form_out = ...;
    $ga = { ... };
    ...
                or die "Couldn't write `$row' to $table_name: $@, " . $dbh
    +->errstr;
        }
    }
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others taking refuge in the Monastery: (5)
As of 2024-04-19 15:26 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found