26 lines
2.0 KiB
XML
26 lines
2.0 KiB
XML
<?xml version="1.0"?>
|
|
<package xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
|
|
<metadata>
|
|
<id>SQL2008.NativeClient</id>
|
|
<title>Microsoft SQL Server 2008 Native Client</title>
|
|
<version>10.00.2531.00</version>
|
|
<authors>Microsoft</authors>
|
|
<owners>Ethan Brown</owners>
|
|
<summary>Microsoft SQL Server 2008 Feature Pack, April 2009
|
|
|
|
Microsoft SQL Server 2008 Native Client (SQL Native Client) is a single dynamic-link library (DLL) containing both the SQL OLE DB provider and SQL ODBC driver. It contains run-time support for applications using native-code APIs (ODBC, OLE DB and ADO) to connect to Microsoft SQL Server 2000, 2005, or 2008.</summary>
|
|
<description>Microsoft SQL Server 2008 Native Client (SQL Native Client) is a single dynamic-link library (DLL) containing both the SQL OLE DB provider and SQL ODBC driver. It contains run-time support for applications using native-code APIs (ODBC, OLE DB and ADO) to connect to Microsoft SQL Server 2000, 2005, or 2008. SQL Native Client should be used to create new applications or enhance existing applications that need to take advantage of new SQL Server 2008 features. This redistributable installer for SQL Native Client installs the client components needed during run time to take advantage of new SQL Server 2008 features, and optionally installs the header files needed to develop an application that uses the SQL Native Client API.</description>
|
|
<projectUrl>http://www.microsoft.com/en-us/download/details.aspx?id=3522</projectUrl>
|
|
<tags>SQL SQL2008 Native Client ODBC OLEDB</tags>
|
|
<!-- Eula is in installer
|
|
<licenseUrl></licenseUrl>
|
|
-->
|
|
<requireLicenseAcceptance>false</requireLicenseAcceptance>
|
|
<iconUrl>https://github.com/Iristyle/ChocolateyPackages/raw/master/SQL2008.SMO/SQL2008.png</iconUrl>
|
|
<releaseNotes></releaseNotes>
|
|
</metadata>
|
|
<files>
|
|
<file src="tools\**" target="tools" />
|
|
</files>
|
|
</package>
|