TrueSqlConnection Library for .NET consists of a single .NET-based assembly, which contains all of the functionality necessary to perform the most common data access tasks against a Microsoft SQL Server database.
Specifically, the Data Access Block helps you:
● Call stored procedures or SQL text commands.
● Specify parameter details.
● Return SqlDataReader, DataSet, XmlReader objects, or single values.