Server object classes
-
Understanding the SqlConnection Class You use an object of the SqlConnection class to connect to a SQL Server database, and this object handles the communication between the database and your C# program.
2p daisuphu 29-07-2010 84 9 Download
-
The SqlDataReader Class You use an object of the SqlDataReader class to read rows retrieved from a SQL Server database, an object of the OleDbDataReader class to read rows from any database that supports OLE DB
4p daisuphu 29-07-2010 122 8 Download
-
The SqlDataAdapter Class You use an object of the SqlDataAdapter class to synchronize data stored in a DataSet object with a SQL Server database
6p daisuphu 29-07-2010 108 10 Download
-
The SqlCommand Class You use an object of the SqlCommand class to execute a command against a SQL Server database
3p daisuphu 29-07-2010 121 9 Download