Bug #16275 | On WinXP Pro, Version 5 of connector does not work, but V3.5 does | ||
---|---|---|---|
Submitted: | 7 Jan 2006 9:55 | Modified: | 11 Apr 2007 6:06 |
Reporter: | Earl Baxter | Email Updates: | |
Status: | Closed | Impact on me: | |
Category: | Connector / ODBC | Severity: | S2 (Serious) |
Version: | 5.0.0 | OS: | Windows (Windows XP Pro) |
Assigned to: | Jess Balint | CPU Architecture: | Any |
Tags: | ODBC5-RC |
[7 Jan 2006 9:55]
Earl Baxter
[8 Jan 2006 13:29]
Peter Laursen
I just can add that MyODBC 5 won't install on either of my two WinXP (HOME - Danish) SP2 systems.
[24 Apr 2006 23:30]
Danny Holstein
I've had the same problem, I wrote a C application (API between LabView and MySQL, actually) and couldn't connect with the following code--compiled with the MS compiler (free Toolkit 2003): sprintf(ConnStr, "DSN=%s;UID=%s;PWD=%s;XSM=%s", host, user, passwd, db); if (SQLDriverConnect(hdbc, NULL, ConnStr, strlen(ConnStr), ConnStrOut, 1024, NULL, SQL_DRIVER_NOPROMPT) != SQL_SUCCESS) {... When I tried connecting through Excel, I had an error pop up -- it looked like some M$ C code had handled a similar exception. Everything works fine with 3.51 as has been stated. ...Dan
[11 Apr 2007 6:06]
Jess Balint
Should be fixed. If not, please open new, detailed bug report.