Board index » delphi » Parameterised query with a union returns no data?
Richard
![]() Delphi Developer |
Tue, 17 May 2005 22:21:02 GMT
Parameterised query with a union returns no data?
Hello.
I am using an ADO query to select some values I require. I have set the SQL up so I can simply set the paramters and call requery or This works fine for many other querys I am using. However one which contains If I run the SQL by setting the SQL.Text property and open the query it Is there a limitation on unions within parameterised querys or somethiing??? Also I found I could not set a querys prepared property to true if the SQL Any ideas would be greatly appreciated. Thanks in advance -- Richard |