我试图在IBM i上运行pyodbc连接(在Centos机器上)到DB2数据库。
无论连接string或configuration我添加,我总是得到相同的消息..
Traceback (most recent call last): File "<stdin>", line 1, in <module> pyodbc.Error: ('IM002', '[IM002] [unixODBC][Driver Manager]Data source name not found, and no default driver specified (0) (SQLDriverConnect)')
这里没有发布我的configuration,有没有一个可用的例子在任何地方?