> From: Stacey Verner [mailto:[EMAIL PROTECTED]]
> > I wanted 
> >
> > select :param, field
> > from table
> >
> > to be the same as
> >
> > select "bob", field
> > from table
> >
> > Alas, this is not the way it works.

FWIW, have you tried? 

    select :param foo, field
    from
table

---------------------------------------------------------------------------
    New Zealand Delphi Users group - Delphi List - [EMAIL PROTECTED]
                  Website: http://www.delphi.org.nz
To UnSub, send email to: [EMAIL PROTECTED] 
with body of "unsubscribe delphi"

Reply via email to