| Subject | Re: Firebird Usage Question | 
|---|---|
| Author | peter_jacobi.rm | 
| Post date | 2004-05-07T13:14:26Z | 
--- In firebird-support@yahoogroups.com, "bazarin" <wagner@b...> 
''''+Letra+'%''';
with STARTING WITH Letra (parametrized of course)
And you can replave the other criterion
'''%'+Letra+'''';
also with STARTING WITH, when you store also char-reverseved
entries in your table, i.e.
string 'House'
reversewd 'esuoH'
Peter
            > DM.cdsPalavra.Params.ParamBtNameYou can replace this criterion:
> ('pfLetra').AsString:= '''%'+Letra+'''';
> DM.cdsPalavra.Params.ParamBtName
> ('piLetra').AsString:= ''''+Letra+'%''';
''''+Letra+'%''';
with STARTING WITH Letra (parametrized of course)
And you can replave the other criterion
'''%'+Letra+'''';
also with STARTING WITH, when you store also char-reverseved
entries in your table, i.e.
string 'House'
reversewd 'esuoH'
Peter