On Fri, May 26, 2000 at 11:48:41AM -0700, Jeffrey W. Baker wrote:
> 
> Doesn't 1.03 fail with truncated longs?  If not, can you send me a
> description of your table?
> 
> -jwb

I was using Oracle for the DBIstore with the following table:
SQL> desc sessions
 Name                            Null?    Type
 ------------------------------- -------- ----
 DATE_IN                                  DATE
 ID                                       VARCHAR2(16)
 LENGTH                                   VARCHAR2(11)
 A_SESSION                                LONG

And I was using the foll. to make the connections:

    $self->{dbh} = DBI->connect($session->{args}->{DataSource},
        $session->{args}->{UserName}, $session->{args}->{Password},
        { RaiseError => 1, AutoCommit => 1, LongReadLen =>
           $session->{args}->{LongReadLen} }) || die $DBI::errstr;

Ajit

Reply via email to