On Tue, 2 Apr 2002 23:16:47 -0800 (PST), Amr Awadallah wrote: >Diagnosis: DBI removes trailing spaces from values >before passing them through hence the query becomes > > Select * From Employee Where Name = 'Mario' > >instead of the intended > > Select * From Employee Where Name = 'Mario '
You're sure Select * From Employee Where Name = 'Mario ' (no use of placeholders) does indeed work? -- Bart.