RSDatabaseAccess 1.1.0

dotnet add package RSDatabaseAccess --version 1.1.0
NuGet\Install-Package RSDatabaseAccess -Version 1.1.0
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="RSDatabaseAccess" Version="1.1.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add RSDatabaseAccess --version 1.1.0
#r "nuget: RSDatabaseAccess, 1.1.0"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install RSDatabaseAccess as a Cake Addin
#addin nuget:?package=RSDatabaseAccess&version=1.1.0

// Install RSDatabaseAccess as a Cake Tool
#tool nuget:?package=RSDatabaseAccess&version=1.1.0

The RS Database Access Class Library is a high level wrapper around the ODBC, OLEDB and SQLServer clients that can also be used from a scripting environment such as VB since it's COM enabled.

For .Net development the database functionality can be inherited and extended by a database business object.

The library is currently compiled at .Net 4.0 so it should work with any application running .Net 4.0 and above.

Product Compatible and additional computed target framework versions.
.NET Framework net is compatible. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.1.0 964 7/20/2018
1.0.1 977 4/30/2018

V1.1.0 - Resolved issue with SQLClient commands using OLEDB instead of SQLClient.