On Tue, May 08, 2001 at 03:29:30PM -0400, Sherry Graham wrote:
> I commented out the binds.  So I just have:
> 
>             $patient_title = $dbh->quote($patient_title);
>             print "HERE $patient_title\n";
>             $sth->execute($first_name, $last_name, $middle_initial, $patient_title,
> $person_id);
> 
> By the way, the print types HERE NULL.
> 

Either call quote() OR use a placeholder.  Don't do both for the same
value.

Ronald

Reply via email to