Re: Newbie Deleting Table Records Problem

2001-07-10 Thread jcowan
cc: Subject:Newbie Deleting Table Records Problem Hi, not having much luck with the following my $sql = qq{delete from table where field = something}or warn ; my $sth1 = $dbh->prepare ($sql1) or warn ...; $sth1->execute() or warn ..;

Newbie Deleting Table Records Problem

2001-07-10 Thread Mark Martin
Hi, not having much luck with the following my $sql = qq{delete from table where field = something}or warn ; my $sth1 = $dbh->prepare ($sql1) or warn ...; $sth1->execute() or warn ..; while (@row1 = $sth1->fetchrow) { print" @row1 records were d