> Hi all,
>
>
> $sth->{LongReadLen} = 3; #what's the statement doing ? And from where
> to find out what all parameters are available to statement handle ?
>
> my ($id_prod);
> my $sqlstmt = <<"EOM";
> SELECT
> id_prod
> FROM
> product
> EOM
>
> my $dbh = DBI->connect('D
Nilay Puri wrote:
Hi all,
$sth->{LongReadLen} = 3; #what's the statement doing ? And from where
to find out what all parameters are available to statement handle ?
my ($id_prod);
my $sqlstmt = <<"EOM";
SELECT
id_prod
FROM
product
EOM
my $dbh = DBI->connect('DBI:Oracle:' . $SID,
Hi all,
$sth->{LongReadLen} = 3; #what's the statement doing ? And from where
to find out what all parameters are available to statement handle ?
my ($id_prod);
my $sqlstmt = <<"EOM";
SELECT
id_prod
FROM
product
EOM
my $dbh = DBI->connect('DBI:Oracle:' . $SID, $USERNAME, $PA