C
Chakra
Hi,
I am using SQL Server 2000 as database server. I am
trying to execute a stored procedure with a OUTPUT
parameter. The problem that I am having is that if I call
objCommand.ExecuteNonQuery, the OUTPUT parameter gets the
right value. But if I execute
objCommand.ExecuteXmlReader, the OUTPUT parameter value is
null. Rest of the code is same. I am using Framework
1.1.
Let me know if this is a known issue and if so any
workaround?
Thanks for help.
chakra
I am using SQL Server 2000 as database server. I am
trying to execute a stored procedure with a OUTPUT
parameter. The problem that I am having is that if I call
objCommand.ExecuteNonQuery, the OUTPUT parameter gets the
right value. But if I execute
objCommand.ExecuteXmlReader, the OUTPUT parameter value is
null. Rest of the code is same. I am using Framework
1.1.
Let me know if this is a known issue and if so any
workaround?
Thanks for help.
chakra