【发布时间】:2013-01-26 06:44:12
【问题描述】:
我正在使用 ODBC 连接到保存在 mdb 文件中的 MS Access 数据库。当前代码在绑定查询参数之前使用了SQLDescribeParam函数,不幸的是odbc驱动管理器声明windows xp sp3上的default Access driver不支持该函数。
ODBC_ERROR: IM001:1:0:[Microsoft][ODBC Driver Manager] Driver does not support this function
是否有其他驱动程序可以连接到支持 SQLDescribeParam 的 MS Access?
【问题讨论】: