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
Timesheet Excel Tempalte -- calculating regular,overtime1,overtime<wbr />2
Problem regarding read only database
SSRS Remove A User Account
how to run dos command in vb.net2003 windows application coding?
String is a palindrome or not program !!
How to edit an access(.adp) project using Visual Basic for Applications?
VBA ADO: .GetString method causes .MoveNext method to fire - anyone know why?
Sound recorder does not work
CInt not working
How Do I change the MTU (VMNIC0)on ESXI 4.0