visual studio 2010 - cmd.ExecuteNonQuery() return no integer -


In my Visual Studio 2010, vb.net

  Due Row Integer as Integer Sql = "Enticing Set Exp_Amt = 0, where Exp_Amt is taped" cmd.CommandText = sql rowsAffect = cmd.ExecuteNonQuery ()   

When I debug it using the F10 key , RowsAffect = & amp; HD

Actually, the rows should have a value of 1 or 2 or something like that.

Does it need to change settings in the VS-2010 IDE?

To change the numbers shown in the watch, local, or auto window while debugging, While doing, you should right-click the grid and tick (for hex) or uncheck (for decimals) hexadecimal display option.

1 Perhaps other people did not even tell you where you are looking at this value, but they are the most obvious.

Comments

Popular posts from this blog

c - Mpirun hangs when mpi send and recieve is put in a loop -

python - Apply coupon to a customer's subscription based on non-stripe related actions on the site -

java - Unable to get JDBC connection in Spring application to MySQL -