On Thursday 10 August 2006 16:50, you wrote:
<snip>
> > #Retrieve data enter for verification
> > $sth = $dbh->prepare (qq {SELECT First_Name, Last_Name, Spouse, email,
> > Home_Phone, Business_Phone, Cell_phone, Occupation_Employer, Status_Key
> > FROM Moses_Lake_Lions WHERE Last_Name = $Last_Name}) or dienice ("Cannot
> > prepare statement:", $dbh->errstr);
>
> You need to quote the $Last_Name}) in the where clause.
> Better to use $dbh->quote rather than do it directly. That also
> applies to the Select.
>
> hth
Thanks Victor, I'll try that later today.
--
Russ