NAME

IBsource - Reporter Handler for Interbase/Firebird connection

SYNOPSIS

use Data::Reporter::IBsource;

$source = new Data::Reporter::IBsource(  Arguments => $info,
                                           Query     => $query);

   $info		- array reference (usr, pwd, db, host) about connection login
   $query		- query to execute for getting data

$subru = sub {print "record -> $_\n"};
$source->getdata($subru);

DESCRIPTION

new()

Creates a new handler to manipulate the Interbase/Firebird information.

$source->configure(option => value)

    valid options are:

    Arguments: array reference with the following information: usr, pwd, db, host

    Query: string with the query to execute to retrive the data

$source->getdata($subru)

For each record of the query result, calls the function $subru, sending the record as parameter

AUTHOR

Ilya Verlinsky <ilya@wsi.net> CPAN ID: ILYAVERL

Based on Orasource Module by:
Vecchio Fabrizio <jacote@tiscalinet.it> FABRVEC

4 POD Errors

The following errors were encountered while parsing the POD:

Around line 22:

'=item' outside of any '=over'

Around line 28:

You can't have =items (as at line 32) unless the first thing after the =over is an =item

Around line 40:

=back doesn't take any parameters, but you said =back 4

Around line 46:

You forgot a '=back' before '=head1'