Yes, I totally forgot about that... seems like you just mentioned that to
me not too long ago. I guess I forgot since I can't use placeholders in
my code because Sybase won't allow it with stored procs.
Sorry 'bout that.
On Tue, 8 May 2001, Ronald J Kimball wrote:
> 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
>