Microsoft
Software
Hardware
Network
Question : easy for experts.
I have a sp that at the end I have this code
updated is bit and returnMessage is varchar
select @updated as updated, @returnMessage as message
but then on cs code I am using Execute Reader and using while loop to get the value of the updated and the message but gives me error saying {updated}
I say like this on while loop after executing reader
if (bool.Parse(reader["update
d"].ToStri
ng()) == false) -->> Catches error here.
...blah blah...
what am I doing wrong..?
I am trying to find the value of the updated and the of course message.
Answer : easy for experts.
also, you can skip the first two by
dataReader.NextResult()
dataReader.NextResult()
Random Solutions
Entity Framework - Inserting row into a table which as a self referencing
RPC in Outlook 2010 Beta with Exchange 2007 not working
Updataing XLstart with a personal.xls module
How long it takes to reach the Transaction Log Numbering Sequence limit in exchange 2003/2007?
Creating temporary relationships using DE base class
How do I rotate a picturebox in 15 degree increments?
AXWIN Frame Window: svchost.exe - Application Error
How to pass binary data to a stored procedure from a c# program
How to get the rules out of a pst file
TableDef Properties