Subject | RE: [IBO]Parameter values in DeleteSQL |
---|---|
Author | Alan McDonald |
Post date | 2006-06-15T12:58:35Z |
> > Sure I could. Then in Delphi I would havepure elegance Lucas... bet it runs fast too.
> > if eWHS.Text='' then
> > paramByName('WHS').AsString:=' ' else
> > paramByName('WHS').AsString:=eWHS.Text;
>
>
> or just:
>
> paramByName('WHS').AsString := eWHS.Text + ' '[1];
>
>
> Luc.
>
Alan