Open GoogleCodeExporter opened 8 years ago
Same issue here (on a different db) with python 3.4 x64 and Win7 x64
The db i'm trying to read is a 2003 access file (.mdb)
I tried to make a .accdb file and link the .mdb data to it, it seemed to solve
the issue but it came back to day for no obvious reason
The value that fails is 4E-2 and I get the same "ValueError: could not convert
string to float: E-2"
Original comment by greg.pif...@gmail.com
on 25 Apr 2014 at 9:47
Same issue here. For me it works on Windows 7 x64 but not on Windows Server
2008. The number that seems to be causing the problem for me is
4.03132392887798E170. I'm guessing it does not like the E170 part.
Original comment by ba.hende...@gmail.com
on 6 Jan 2015 at 1:21
Have you found a solution for this? I am now hitting the same issue with my
pypyodbc code.
Original comment by mrl5...@gmail.com
on 23 Mar 2015 at 8:58
Original issue reported on code.google.com by
remknow...@gmail.com
on 24 Apr 2014 at 2:40Attachments: