Sqlcommand. executenonquery () Return Value Applicability

Source: Internet
Author: User

Debugging found that the return value of the SELECT statement is-1, and the following information is found:

The sqlcommand. executenonquery method executes a Transact-SQL statement on the connection and returns the number of affected rows.
Note: executenonquery can be used to perform directory operations (such as querying the database structure or creating database objects such as tables), or by executing update, insert, or delete statements, change the data in the database without using dataset.
Although executenonquery does not return any rows, any output parameters or return values mapped to parameters are filled with data. For update, insert, and delete statements, the returned value is the number of rows affected by the command. For all other types of statements, the return value is-1. If rollback occurs, the returned value is-1.

You can use the read () return value to determine, or forge an update to determineSQL= "Update users set username = username where username ='" +Username+ "'";

Http://msdn2.microsoft.com/zh-cn/library/system.data.sqlclient.sqlcommand.executenonquery (vs.80). aspx

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.