eskoviak / pypyodbc

Automatically exported from code.google.com/p/pypyodbc
0 stars 0 forks source link

Default driver name is different on 64bit Windows #12

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
On 64bit windows, using the AccessDatabaseEngine_x64.exe package the default 
driver name has changed from 'Microsoft Access Driver (*.mdb)' to 'Microsoft 
Access Driver (*.mdb, *.accdb)'

Changing this in the pypyodbc.win_ functions seems to fix it fine.

Not sure if this is really a bug, but would be nice to have this automatically 
detected and handled.

Original issue reported on code.google.com by ColinEFi...@gmail.com on 7 Apr 2013 at 6:59

GoogleCodeExporter commented 8 years ago
Please download and see if this unreleased version fix you problem?

https://github.com/jiangwen365/pypyodbc/raw/master/pypyodbc.py

Original comment by jiangwen...@gmail.com on 8 Apr 2013 at 12:32

GoogleCodeExporter commented 8 years ago
It should be fixed in version 1.1.2 just released

Original comment by jiangwen...@gmail.com on 10 Apr 2013 at 3:05

GoogleCodeExporter commented 8 years ago
Thank-you !!  I'll test it soon and let you know if I still have issues.

Original comment by ColinEFi...@gmail.com on 23 Apr 2013 at 7:27