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?
6 12797i want 2 pass values(enterd in textbox)to table in sql server without using stored procedure in c#.plz tell me code with an example.
5 14974suppose we using gridview contrl,with sqldatasource.in that for birth date how can we take validation contrl for dd/mm/yy formator how we assign regular expression for same
TCS,
9 13691what are the two key events for the sql connection class? explain the differnce between the two.
2 10271
What is the difference between oledb sql server and oledbdotnet provider?
How to create data relations?
What is the advantage of ado.net?
Compare Data Reader & Dataset in ado.net?
I loaded the dataset with a table of 10 records. One of the records is deleted from the backend, how do you check whether all the 10 records were present while updating the data(which event and steps) and throw the exception 28 can datareader hold data from multiple tables?
What is data adapter in ado.net with example?
What are the advantages of using datalist?
What are datareaders?
What providers does Ado.net uses?
How to connect and retrieve data from database using dataset
Explain ODP.net
How to check if the Dataset has records ?
Explain the DataAdapter.Update() and DataSetAcceptChanges() methods.
What are the main differences between classic ado and ado.net?
Which components of a data provider is used to retrieve, insert, delete, or modify data in a data source?