Review RegisterDsn.
authorHiroshi Inoue <h-inoue@dream.email.ne.jp>
Tue, 28 Aug 2018 05:27:48 +0000 (14:27 +0900)
committerHiroshi Inoue <h-inoue@dream.email.ne.jp>
Tue, 28 Aug 2018 22:43:07 +0000 (07:43 +0900)
commit46fe9b7be007dc76b2bcaa9444a3b0223dfc4b59
tree4fbc709e329a3e00ea343d876816c98ef2458bdc
parentcb30d55525ce2bb20a376a070d61b4a907e168d2
Review RegisterDsn.
1. Add a new functionality to 'check_dsn'(renamed from 'existCheck').
   This option returns 0 when dsn exists,returns -1 when dsn does not exist,
   (new) returns -2 when dsn exists but the driver doesn't exist.
2. Add 'reinstall_driver' option. This option is effective when
   'check_dsn' option returns -2.
test/RegisterRegdsn.c [changed mode: 0644->0755]
winbuild/regress.ps1