Three objects for handling databases in C#

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.
:cheers:
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top