- Back to Home »
- ADO.NET »
- Connected Architecture
Posted by :
Sudhir Chekuri
Saturday, 12 March 2016
Using connected architecture connection is opened, execute commands and close the connections.
Connection will be in open state till the operations are performed in connected architecture.
3 methods are used to execute sql commands in connected architecture. They are
1. ExecuteReader
2. ExecuteNonQuery
3. ExecuteScalar
Connection will be in open state till the operations are performed in connected architecture.
3 methods are used to execute sql commands in connected architecture. They are
1. ExecuteReader
2. ExecuteNonQuery
3. ExecuteScalar