C
Carlos
Hi,
I am using executescalar to update a table. When testing the sql statement,
I am sending a value that does not exist in the condition. However, the
command is successful. Is there any way to know that in reality no records
were affected by the update?
(i..e I already tested for null, but that also was returned for valid
values..)
Thanks in advance,
Carlos.
I am using executescalar to update a table. When testing the sql statement,
I am sending a value that does not exist in the condition. However, the
command is successful. Is there any way to know that in reality no records
were affected by the update?
(i..e I already tested for null, but that also was returned for valid
values..)
Thanks in advance,
Carlos.