- Joined
- Oct 22, 2013
- Messages
- 2
- Reaction score
- 0
In less formal language, we can say that "three members crew" are needed to handle databases from C# application. Those fellows are: SqlCommand object => commander of the crew, SqlConnection object => one in charge for connection to database, and SqlDataReader object => adjutant of the commander in charge for reading sql query. All of this guys are members of System.Data.SqlClient namespace. Read in more details:
c sharp SqlConnection and SqlCommand class in cirvirlab.com
(Section C Sharp Code examples)
and send your comments and suggestions.
c sharp SqlConnection and SqlCommand class in cirvirlab.com
(Section C Sharp Code examples)
and send your comments and suggestions.