I'm using 'union' as part of some of my querys for my datawindows and I'm getting the following error when I run the datawindow?
datawindow error: select error; data-conversion resulting in overflow
My database is MS SQL Server 7 and I'm using PB 6.5. It seems to me that when the first query in the datawindow returns 0 rows, then this error occurs. Otherwise, when the first query in the datawindow returns 1 or more rows I do not get this error even when the subsequent selects in the datawindow return 0 rows. I know that all the fields are large enough to receive the data.
My query looks like:
Select....
from...
where...
UNION
Select....
from.....
where..
What else could be causing this problem and how do I fix it?
thanks,
Keith
datawindow error: select error; data-conversion resulting in overflow
My database is MS SQL Server 7 and I'm using PB 6.5. It seems to me that when the first query in the datawindow returns 0 rows, then this error occurs. Otherwise, when the first query in the datawindow returns 1 or more rows I do not get this error even when the subsequent selects in the datawindow return 0 rows. I know that all the fields are large enough to receive the data.
My query looks like:
Select....
from...
where...
UNION
Select....
from.....
where..
What else could be causing this problem and how do I fix it?
thanks,
Keith