in reply to if (empty record set)
my $SQLString "select COUNT(1) from there"; $sth = $dbh->prepare($SQLString); $sth->execute(); @bkmark = $sth->fetchrow; if($bkmark[0] == 0) { ........... }
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: if (empty record set)
by CountZero (Bishop) on Jun 26, 2003 at 16:13 UTC | |
|
Re: Re: if (empty record set)
by Grygonos (Chaplain) on Jun 26, 2003 at 15:10 UTC | |
by Lachesis (Friar) on Jun 26, 2003 at 15:35 UTC | |
by Grygonos (Chaplain) on Jun 26, 2003 at 16:24 UTC |