I couldn't verify with either DBD::ODBC or DBD::Oracle on the three systems I have available here. I guess you should probably post to the group at least: - DBD you're using - OS & version - DBI version
Paul
Quoting Daniel Lyons <[EMAIL PROTECTED]>:
> Just FYI - as I was working on some stuff.
>
> The following produces a seg fault:
>
> $dbh=DBI->connect("connection"); # proper stuff here
> $dbh->disconnect;
> $dbh->selectall_arrayref("Select * from some_table");
>
> Cheers,
> Dan
>
