ms access - exception when using ipy64 with pypyodbc -
i'm trying create database msaccess using pypyodbc on ironpython. have working fine on old machine, must migrate new machine. on new machine exception trying run same script.
using python can create database without errors.
ipy
import pypyodbc
pypyodbc.win_create_mdb('c:\database.mdb')
pypyodbc.connect('driver={microsoft access driver (*.mdb)};dbq=c:\database.mdb;')
however, if try same using ipy64 exception
"access driver not found"
traceback (most recent call last):
file "", line 1, in
file "c:\ironpython27\pypyodbc.py", line 2564, in win_create_mdb
exception: access driver not found.
i installed accessdatabaseengine_x64 have 64-bit office products installed.
thanks,
john.
Comments
Post a Comment