I'm not sure what you mean by trying to use - what is the
datasource? Is it a stored procedure, a query, the view
itself?
What is the exact error message and when/how do you get it?
Whatever you are executing that involves this view in
Crystal, try executing the same thing in a query tool and
see if you get the same message. Take Crystal out of the mix
to start with.
-Sue
On Wed, 16 May 2007 10:53:15 -0500, zen69
wrote:
>
>Hi all!
>I have the same problem with a view I'm trying to use with Crystal
>Reports.
>
>I did recreate my view with ANSI_NULL, ANSI_WARNINGS statements but
>it's still doesn't work...
>
>How can I solve it please?
>
>Sue Hoegemeier;3612624 Wrote:
>> If you have the same issues with a stored procedure, the
>> answer is in the post in this thread. You need to create the
>> procedure with the appropriate setting e.g.
>> SET ANSI_NULLS ON
>> GO
>> SET ANSI_WARNINGS ON
>> GO
>> CREATE PROCEDURE YourStoredProc...etc.
>>
>>
>> -Sue
>>
>> On Mon, 10 Jan 2005 04:45:31 -0600, imalik
>> wrote:
>>
>> >
>> >Troy / Sue
>> >
>> >I'm experiencing the same issue raised in this thread. Sounds like
>> you
>> >guys figured out what the problem was but the solution is not in this
>> >thread. Any chance you can share your wisdom? >> Stay informed about: Heterogeneous Query and ANSI_NULLS/_WARNINGS