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
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