Subject | Re: Connection to firebird server 1.02/1.03 dropped on complex SQL-Query |
---|---|
Author | Andreas by way of Helen Borrie |
Post date | 2003-06-30T10:26:54Z |
> Yes, I have struck this issue, my solution was to create a view ofthe 4 or
> so which do work, and make the final join with the view.Thanks for the idea.
> Not sure what caused it but the view solution worked for me
I just tried to create 5 views with the single select statements.
Then I tried to do the union with the views but I get the same error.
If I only try to union any of the 4 views it works but not with all 5
views.