Bug #35776 | driver installer (myodbc-installer.exe) fails to create a new DSN | ||
---|---|---|---|
Submitted: | 2 Apr 2008 19:04 | Modified: | 13 May 2008 13:50 |
Reporter: | Bogdan Degtyariov | Email Updates: | |
Status: | Closed | Impact on me: | |
Category: | Connector / ODBC | Severity: | S2 (Serious) |
Version: | 5.1 | OS: | Windows |
Assigned to: | Bogdan Degtyariov | CPU Architecture: | Any |
Tags: | installer, MyODBC, SQLGetInstalledDriversW |
[2 Apr 2008 19:04]
Bogdan Degtyariov
[2 Apr 2008 19:20]
Bogdan Degtyariov
Buffer size is 16K (and SQLGetPrivateProfileString parameter is changed too)
Attachment: bug35776.patch (application/octet-stream, text), 812 bytes.
[3 Apr 2008 10:34]
Tonci Grgin
Bug#34826 has been marked as duplicate of this report.
[4 Apr 2008 17:02]
Jim Winstead
use sizeof(drivers) instead of a hard-coded length, but otherwise fine.
[4 Apr 2008 17:38]
Bogdan Degtyariov
Committed into 5.1 as rev 1087, will be released in 5.1.4.
[13 May 2008 13:50]
Paul DuBois
Noted in 5.1.4 changelog. The driver installer could not create a new DSN if many other drivers were already installed.