in reply to Re: DBI::Sybase sometimes returns nothing, but does not generate an error -> how can I catch this?
in thread DBI::Sybase sometimes returns nothing, but does not generate an error -> how can I catch this?
I'll see if this solves my problem, but logically seen, it "should"if ($sth->{NAME}->[0] ne 'ent_id') { FATAL(" No valid entities! Need to exit"); exit 99; }
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: DBI::Sybase sometimes returns nothing, but does not generate an error -> how can I catch this?
by mpeppler (Vicar) on Jan 12, 2005 at 20:33 UTC | |
by svenXY (Deacon) on Jan 13, 2005 at 08:59 UTC |