in reply to fetchrow_array() issue
This line needs work, though it's not what's causing your problem...
$sth_A->execute() or die "$sth_A->errstr\n";
And memory is very unlikely to be an issue either (unless your parameter IDs are very long strings - say, hundreds of thousands of characters each - but I'm guessing they're integers or short strings).
Is the filesystem full, or perhaps you have a quota on it?
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: fetchrow_array() issue
by Freezer (Sexton) on Sep 26, 2012 at 14:37 UTC | |
by marto (Cardinal) on Sep 26, 2012 at 14:41 UTC | |
by Freezer (Sexton) on Sep 26, 2012 at 16:20 UTC | |
by marto (Cardinal) on Sep 26, 2012 at 17:21 UTC |