Home >Database >Mysql Tutorial >解决Access数据库程序类型越界

解决Access数据库程序类型越界

WBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWB
WBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOriginal
2016-06-07 15:11:141512browse

用ODBC连接Access数据库,出现错误: SQLSTATE=S1003 [microsoft][ODBC 驱动程序 管理器]程序类型越界 解决方法如下: 1、关闭所有正在运行的程序。 2、备份[windows\system]下的文件:odbcjt32.dll。 3、将提供的odbcjt32.dll(在安装目录下)拷贝至[windows\

  用ODBC连接Access数据库,出现错误:

  SQLSTATE=S1003

  [microsoft][ODBC 驱动程序 管理器]程序类型越界

  解决方法如下:

  1、关闭所有正在运行的程序。

  2、备份[windows\system]下的文件:odbcjt32.dll。

  3、将提供的odbcjt32.dll(在安装目录下)拷贝至[windows\system]覆盖原文件即可。

  这里下载 odbcjt32.dll

  http://sq.k12.com.cn/~sok12/download/odbcjt32.dll

  注:关于数据库问题的一点说明

  由于最新版微软自身ODBC驱动产品之间的出现了冲突(bug),因此正常安装后可能有少数用户无法挂接Access数据库(我们制作的安装程序总是检测您的计算机中的ODBC驱动程序的版本,如果比我们提供的新,则跳过而不会再安装ODBC)。常见提示如下:

  -------------------------英文--------------------------------

  Select error: SQLSTATE = S1003

  [Microsoft][ODBC Driver Manager] Program type out of range

  -------------------------中文--------------------------------

  Select error: SQLSTATE = S1003

  [Microsoft][ODBC 驱动程序 管理器] 程序类型越界


Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn