Bug #10103 | Run-time error -2147217887 (VB6) when reading DECIMAL column from mySQL 5.0.4 | ||
---|---|---|---|
Submitted: | 22 Apr 2005 19:40 | Modified: | 24 Apr 2005 18:34 |
Reporter: | Luis A S Junior Camargo | Email Updates: | |
Status: | Can't repeat | Impact on me: | |
Category: | Connector / ODBC | Severity: | S1 (Critical) |
Version: | 3.51.11-1 | OS: | Windows (Windows 2000 Server) |
Assigned to: | CPU Architecture: | Any |
[22 Apr 2005 19:40]
Luis A S Junior Camargo
[24 Apr 2005 18:34]
Jorge del Conde
SQL> select * from odbc; +-----------+ | a | +-----------+ | 100.3333 | | 100.3320 | | 10220.3333| | 10220.2000| +-----------+ SQLRowCount returns 4 4 rows fetched SQL>
[25 Apr 2005 11:35]
Luis A S Junior Camargo
This is a myODBC Bug, not a mySQL Bug, at my mySQL console the command working fine. Please retry again with the correct attention at the information "How to repeat".
[12 Apr 2006 20:40]
Martin Lopez
I had the same problem and I change the odbc driver 03.51.11 by 03.51.12.
[26 Apr 2006 16:54]
Marcelo Rodrigo Wiebbelling
I have same problem/case when i'm using innodb tables with decimal columns.