Borland
2008-05-31 13:33:16 UTC
Hi!
Is there any way to place a parameter in a SQLDataset CommandText which
contain a where condition:?
e.g.
select *
from table t
where t.field='xx'
and :parameter;
The value of the parameter ' t.field <>''yy'' '
Is there any way to place a parameter in a SQLDataset CommandText which
contain a where condition:?
e.g.
select *
from table t
where t.field='xx'
and :parameter;
The value of the parameter ' t.field <>''yy'' '