Uninstall the software today. After restarting the computer, an error is reported when you click the data source configured by the ODBC driver. The following page is displayed:
Tip: the SQL Server ODBC driver cannot be found.ProgramInstallation routine. Please reinstall the driver.
[Solution]
Use odbcconf.exe to re-register the ODBC driver. All the above problems have been solved.
There are several script files in the Windows/system32 directory to register the driver: (run-> cmd: execute the following four commands at a time)
Odbcconf.exe/S/LV odbcconf. log/F % SystemRoot % \ system32 \ mdaccore. RSP
Odbcconf.exe/S/LV odbcconf. log/F % SystemRoot % \ system32 \ sqlclnt. RSP
Odbcconf.exe/S/LV odbcconf. log/F % SystemRoot % \ system32 \ odbcconf. RSP
Odbcconf.exe/S/LV odbcconf. log/F % SystemRoot % \ system32 \ redist. RSP
[Problem Summary]
ODBC driver loss can be solved by re-registration instead of re-installation.