biz.dfch.PS.System.Data
2.0.0
dotnet add package biz.dfch.PS.System.Data --version 2.0.0
NuGet\Install-Package biz.dfch.PS.System.Data -Version 2.0.0
<PackageReference Include="biz.dfch.PS.System.Data" Version="2.0.0" />
<PackageVersion Include="biz.dfch.PS.System.Data" Version="2.0.0" />
<PackageReference Include="biz.dfch.PS.System.Data" />
paket add biz.dfch.PS.System.Data --version 2.0.0
#r "nuget: biz.dfch.PS.System.Data, 2.0.0"
#addin nuget:?package=biz.dfch.PS.System.Data&version=2.0.0
#tool nuget:?package=biz.dfch.PS.System.Data&version=2.0.0
biz.dfch.PS.System.Data
Modules: biz.dfch.PS.System.Data
d-fens GmbH, General-Guisan-Strasse 6, CH-6300 Zug, Switzerland
This PowerShell module contains Cmdlets to perform various related actions against (SQL) databases via the .NET Framework System.Data namespace. It does not use the the SQL Server shipped "Invoke-SqlCmd" Cmdlet from the "SqlServerCmdletSnapin100" assembly (which is quite buggy).
You can also download this module via [NuGet](https://nuget.org/) with [Install-Package biz.dfch.PS.System.Data](biz.dfch.PS.System.Data)
See http://d-fens.ch/2014/10/19/module-biz-dfch-ps-system-data/
See https://github.com/dfch/biz.dfch.PS.System.Data/wiki for a detailed description on how to use the Cmdlets in this module.
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.
20170518
# BREAKING CHANGES
* renamed Invoke-SqlCmdText to Invoke-CmdText
# FEATURES
* extended Invoke-CmdText to support ODBC and OleDb
* added Invoke-OdbcCmd Cmdlet
# BUGFIXES
* fixed missing Exception in ErrorRecord ($_)