Execute nonquery returns no. of afected rows.So if my stored
procedure hav lot of select stmnt, delete stmnt, insert
stmnt..then what does execute nonquery returns in this case?
Answer Posted / sireesha
ExecuteNonQuery() returns one one value. the return type of
ExecuteNonQuery is integer. It returns the value that are
effected by the executeNonQuery() statement.
Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
Do you use stored procedure in ado.net?
Does ado.net use odbc?
What is ado or jdbc?
What is the full form of ado.net?
What are the methods of XML dataset object?
What are the benefits of using of ADO.NET in .NET 4.0?
What is the difference between statement and preparedstatement interface?
What is the difference between data reader and data adapter?
What is the difference between Data adaptor and Data set?
What is an example of ordinal data?
Define Execute Reader?
Can datareader hold data from multiple tables?
Why do we use sqldataadapter?
What is DataRowCollection?
oledbdataadpter with ms access in c#.net giving exception System.Data.OleDb.OleDbException while writing adapter.update(dataset,"tabname"); how to update the database from dataset?