Is there a limit on the number of columns pulled from a table using DBI::ODBC? Database: Oracle 10gR2 O/S: WIndowsXP Perl: 5.8.9 I am getting an 'out of memory' error if I try to retrieve 40 columns or more when using the following ... my $dbh = DBI->connect( dbi:ODBC:orcl, "login", "password", { RaiseError => 1 } ) || die "Database connection not made: $DBI::errstr"; .... while (my $tableRef = $sth->fetchrow_arrayref) { ... }
Send instant messages to your online friends http://uk.messenger.yahoo.com