I'm using MS SQL Server 7 with PB 6.5 and I'm getting the following error when retrieving my datawindow:
Select error: The text, ntext or image data type cannot be selected as DISTINCT.
Ond of the fields in the dw is of 'text' datatype.
My datawindow has multiple select statements using 'UNION' and none of the select statements is using the key word 'DISTINCT'. The datawindow is just a report, meaning its being used as a datawindow just to display results to the user. The user cannot update this datawindow.
Why am I getting this error and how do I fix it?
Keith
Select error: The text, ntext or image data type cannot be selected as DISTINCT.
Ond of the fields in the dw is of 'text' datatype.
My datawindow has multiple select statements using 'UNION' and none of the select statements is using the key word 'DISTINCT'. The datawindow is just a report, meaning its being used as a datawindow just to display results to the user. The user cannot update this datawindow.
Why am I getting this error and how do I fix it?
Keith