Filter property problem
Posted: 13.10.2010, 13:56
Hi,
Context :
Delphi 2007 + MySql 4.1 (Connection protocol : mysql-4.1)
I have one aliased request (see sample) :
SELECT A.field1, A.field2, B.Field1, B.Field2 FROM TableA As A inner join TableB As B on A.KeyField = B.foreignField
If i add this filter : A.field3 like 'my criteria%'
The Filter assignation crash with this message : Unknow symbol ''.''
Witch solution do you have for this problem ?
Best regard,
Context :
Delphi 2007 + MySql 4.1 (Connection protocol : mysql-4.1)
I have one aliased request (see sample) :
SELECT A.field1, A.field2, B.Field1, B.Field2 FROM TableA As A inner join TableB As B on A.KeyField = B.foreignField
If i add this filter : A.field3 like 'my criteria%'
The Filter assignation crash with this message : Unknow symbol ''.''
Witch solution do you have for this problem ?
Best regard,