27;eccdb8_mssdevl.world';
}
else
{
$database = 'eccdb39_mssp7.world';
}
if ($dbh = DBI->connect($database,$user,$password,$drv))
{
#$dbh->{AutoCommit} = 0;
push(@ret_results, 1);
push(@ret_results, $dbh);
}
else
(DBD ERROR: LOB refetch attempted for unsupported statement type)
This is the error i am getting while i try to insert BLOB into Oracle 8 from
Perl5V6 through OSP.
Even though i am getting this error, OSP is inserting a row into Oracle
except for the BLOB field.
I also tried inserting it direc