Seems the SQLConnect spins when a login fails. I have to assume someone
has alreay noted this.
An ODBC trace shows the DIAG message repeating until the app dies.
[ODBC][11941][SQLConnect.c][2390]
Entry:
Connection = 0x80bd558
Server Name = [myodbc3-test][length = 12 (SQL_NTS)]
User Name = [pharvey][length = 7 (SQL_NTS)]
Authentication = [][length = 0 (SQL_NTS)]
DIAG [S1000] [MySQL][ODBC 3.51 Driver]Access denied for
user: 'pharvey@stripped' (Using password: NO)
DIAG [S1000] [MySQL][ODBC 3.51 Driver]Access denied for
user: 'pharvey@stripped' (Using password: NO)
* MyODBC 3.5 (as found in unixODBC CVS today).
* mysql Ver 11.12 Distrib 3.23.33, for pc-linux-gnu (i686)
Peter
BTW: The old driver seems to work just fine.