also are you wanting the data fetch loop to always exit using die?.
No. That was just a debugging strategy. In the normal way of things the loop is:
while( my $data = $sth->fetchrow_arrayref ) { print "$data : @{ $data }"; }
But doesn't give easy opportunity to output any errstr.
In reply to Re^4: DBD::SQLite failing to return data?
by BrowserUk
in thread DBD::SQLite failing to return data?
by BrowserUk
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |