Help for this page

Select Code to Download


  1. or download this
        $heap->{dbi_helper} = POE::Component::DBIAgent->new (
            DSN     => \@DSN,
    ...
            Count   => 1,
            Debug   => 1,
        );
    
  2. or download this
        $heap->{dbi_helper}->query( "create_table" => "$session_id" => "cr
    +eate_table_done");
        $heap->{dbi_helper}->query( drop_table => $session_id => "drop_tab
    +le_done");
    
  3. or download this
    POE::Component::DBIAgent received _start.
    POE::Component::DBIAgent Started db helper pid 9355 wheel 2
    ...
    - Create table #table done. -
    DBD::Sybase::st execute failed: Server message number=3701 severity=11
    + state=1 line=1 server=CH_TST125_SQL text=Cannot drop the table '#tes
    +t', because it doesn't exist in the system catalogs.:
    ^CPOE::Component::DBIAgent has stopped.