简体   繁体   中英

How to add sql ODBC DLL drivers to my advanced installer project

I am looking for .dll files for sql server ODBC in my computer and i can't find it. I want it to add in my advanced installer project, because I have a c# app that use sql server client and first of all I need to install Native Sql server 2014 on my customer's computer.

Anyone can help me?

There is no need to add and install the DLLs of the SQL SERVER ODBC driver to your setup. All Windows OSes come with the ODBC drivers preinstalled.

The only standalone ODBC driver redistributable for SQL Server are Microsoft ODBC Driver 13 and 11 If you need to install these new ODBC drivers, then you can add them alongside the SQL Native Client setup in the "Prerequisites" page of your Advanced Installer setup project. They can be added as prerequisites.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM