Re: [gasqlparser-devel] Replace whereclause.asstring?
Status: Alpha
Brought to you by:
gkello
From: Gert K. <Ger...@ma...> - 2004-07-20 17:17:08
|
> how to add a new condition string to the where part. > > i have a sqlstring like 'select * from Table1 where field1=''tt''', and now i went to add a new condition : ' or field1=''bb''', how can I do? I think that only available solution right now is x.WhereClause.AsString := x.WhereClause.AsString + ' or field1=''bb'''; > > or Only I can do is set the WhereClause.asstring property? Currently, yes, I think (What, You are the author and do not know?? :) ) Well, with a ltlle thinking I would be able to make a little sample but I'm not sure it would be worth the trouble. It would not be very nice solution... -- Gert |