Members
Technology Zones
Articles
Hosted By
Info
|
Sample Code  -
This class includes some useful methods for working with Misrosoft SQL Server in .NET simply and quickly..  -
One of the more significant improvement in .NET 2.0 is the transactions area. Now with a single line it becomes extremely easy to support transactional code blocks using the concept of “ambient” transaction thanks to TransactionScope in the System.Transactions namespace..  -
ADO.NET 2 has new classes that makes it quite easy to write data-programs independent of the database engine. Learn how here..  -
You can save code by piling SQL statements into one SqlCommand and then getting a DataReader with multiple result sets. .  -
Demonstrates how to connect to a MySQL database with C#..  -
This code shows you how to delete records with an SQL statement and get the number of records deleted returned back as an integer..  -
Since a connection cannot be used until a DataReader has been closed, it is quite often necessary to read the results of a DataReader into an array, then close the DataReader, then you can process the data in the array while you use the connection for something else. This shows you how.. 
|
Search
Code Samples
New Members
|