What is difference between connected and disconnected architecture in ado.net?
When multiple users attempt to modify data at the same time Ex user 1 is updating record at same time user2 deleted record sucessfully.now user1 has press update button . how to handle concurrency
What is difference between ado.net and asp net?
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?
How do u implement locking concept for dataset?
Which method is used by command class to execute SQL statements that return single value?
What is ole used for?
What is ado.net explain with diagram?
What is oledb connection?
Explain the basic use of "dataview" and explain its methods.
What is an ADO.Net?
Can we connect two dataadapters to same data source using single connection at same time?
What?s the role of the DataReader class in ADO.NET connections?