| Bug #7181 | Connector/ODBC 3.51.10 not creates myodbc.log | ||
|---|---|---|---|
| Submitted: | 10 Dec 2004 19:48 | Modified: | 21 Oct 2005 14:37 |
| Reporter: | Miguel Solorzano | Email Updates: | |
| Status: | Closed | Impact on me: | |
| Category: | Connector / ODBC | Severity: | S2 (Serious) |
| Version: | OS: | ||
| Assigned to: | Peter Harvey | CPU Architecture: | Any |
[21 Oct 2005 14:37]
Mark Matthews
Fixed in 3.51.12.

Description: The debug version of Connector/ODBC 3.51.10 isn't able to create the myodbc.log even configured with ODBC Data Source Administrator or using the option = 7 with code. How to repeat: Configure using ODBC Data Source Administrator and check flag on Debug tab the option for to create the myodbc.log or use in code the option = 7 like below: class MyOdbcTest { static void Main(string[] args) { string s = "Driver={MySQL ODBC 3.51 Driver};Server=IP_NUMBER;Uid=USER_NAME;"; s+= "Pwd=nana;Database=mysql;OPTION=7"; Suggested fix: -