Re: Different version of SQL Server returns different Result
From: Rick White (name=rick_at_domain=whiteconsulting.TLD=biz)
Date: 05/18/04
- Next message: Rick White: "Re: Reordering values in columns"
- Previous message: MaxLen: "Different version of SQL Server returns different Result"
- In reply to: MaxLen: "Different version of SQL Server returns different Result"
- Next in thread: MaxLen: "Re: Different version of SQL Server returns different Result"
- Reply: MaxLen: "Re: Different version of SQL Server returns different Result"
- Messages sorted by: [ date ] [ thread ]
Date: Mon, 17 May 2004 22:04:48 -0700
can you show some of the procedure? and give some more detail about what
you did when it did work, and what happened when it didn't? also, a link to
the internet information you saw?
"MaxLen" <anonymous@discussions.microsoft.com> wrote in message
news:AB441944-7978-4CA4-AB71-71901931A29D@microsoft.com...
> I have a stored procedure that is created and located at SQL Server 6.5.
When the stored procedure's result is invalid, it will return NULL, else it
will return 10++ characters in alphonumeric form.
>
> When I executed it at Query Analyzer for SQL Server 6.5, it is working
fine.
>
> The problem is, when I tried to execute it at Query Analyzer for SQL 2000,
it does not return as it should be. The result does not same as it is
executed at SQL Server 6.5, although both the inputs are correct.
>
> Furthermore, I try to create a application using VB, to execute the stored
procedure. The outcome is same.
>
> Since both SQL Server 2000 and VB do not provide the result as it is
executes at SQL Server 6.5, I found out some information on the internet,
that some faulty when SQL Server 6.5 tries to return NULL value. Thus, I
changed the store procedure. It will return "0", when the stored
procedured's result is invalid.
>
> But the problem is, it happen again.
>
> I really your help urgently.
>
> Thanks.
>
- Next message: Rick White: "Re: Reordering values in columns"
- Previous message: MaxLen: "Different version of SQL Server returns different Result"
- In reply to: MaxLen: "Different version of SQL Server returns different Result"
- Next in thread: MaxLen: "Re: Different version of SQL Server returns different Result"
- Reply: MaxLen: "Re: Different version of SQL Server returns different Result"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|