M
Mahesh.V
Hi
Am using ADO.NET connection from my ASP.NET application to connect to MS
SQL SERVER 2000. I have a Stored procedure which works fine when I directly
connect to the Database using Native drivers, the same is not working
properly when I use ADO.NET connection. When I debugged the Stored procedure
I found that the following script was not working with ADO.NET
emp_name = Null
and the same was working fine when I changed the sql script to
emp_name IS Null.
I have few hundreds of stored procedure and It might not be possible for me
to alter the Stored Procedure.
1.Any body have faced the same problem?
2.Is there an alternative solution to overcome from this problem ?
3.Is this fixed in any service packs from Microsoft ?
4. Or there is no other option rather than change the sql script in Stored
Procedure to emp_name IS NULL ?
Any help would be greatly appreciated
Thank you
Mahesh.V
Am using ADO.NET connection from my ASP.NET application to connect to MS
SQL SERVER 2000. I have a Stored procedure which works fine when I directly
connect to the Database using Native drivers, the same is not working
properly when I use ADO.NET connection. When I debugged the Stored procedure
I found that the following script was not working with ADO.NET
emp_name = Null
and the same was working fine when I changed the sql script to
emp_name IS Null.
I have few hundreds of stored procedure and It might not be possible for me
to alter the Stored Procedure.
1.Any body have faced the same problem?
2.Is there an alternative solution to overcome from this problem ?
3.Is this fixed in any service packs from Microsoft ?
4. Or there is no other option rather than change the sql script in Stored
Procedure to emp_name IS NULL ?
Any help would be greatly appreciated
Thank you
Mahesh.V