访问问题 [英] Problems with Access

查看:68
本文介绍了访问问题的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我收到此错误:


------------------------------ -------------------------

ADODB.Connection错误''800a0e7a''

无法找到提供商。它可能没有正确安装。


/inc/DBconnect.asp,第6行

-------------- -----------------------------------------


我刚刚设置了一个新服务器,Win 2003 Std x64 bit


似乎连接数据库的驱动程序在x64上不起作用

bit!?!


有没有相关的解决方法,或者我必须为自己赢得一个新的Win

版本吗?
< br $>
祝你好运,


Christopher Brandsdal

解决方案

Christopher Brandsdal写道:< blockquote class =post_quotes>我收到此错误:

------------------------------ -------------------------
ADODB.Connection错误''800a0e7a''
无法找到提供商。它可能没有正确安装。

/inc/DBconnect.asp,第6行
---------------------- ---------------------------------




那里这是你的错误:第6行。

-

戴夫安德森


未经请求的商业电子邮件将被收取费用每个消息的


500。使用这个电子邮件地址的
意味着同意这些条款。


代码在我所做的大约100个网站上使用,所以代码很好,我猜是猜b $ b。似乎x64不支持提供程序?我有用这个问题来搜索
,它似乎在64位中很常见......

这是它的反应代码:


1:<%

2:''连接到数据库/ Datenbankverbindung

3:Dim ConnectString,conn

4 :ConnectString = Application(" AdoConnection")

5:设置conn = Server.CreateObject(" ADODB.Connection")

6:conn.open ConnectString

7:%>

" Dave Anderson" < GT ********** @ spammotel.com> skrev i melding

新闻:Oc ************** @ TK2MSFTNGP04.phx.gbl ...

Christopher Brandsdal写道:< blockquote class =post_quotes>我收到此错误:

------------------------------ -------------------------
ADODB.Connection错误''800a0e7a''
无法找到提供商。它可能没有正确安装。

/inc/DBconnect.asp,第6行
---------------------- ---------------------------------



有你的错误:第6行。

-
Dave Anderson

未经请求的商业电子邮件将以

I get this error:

-------------------------------------------------------
ADODB.Connection error ''800a0e7a''
Provider cannot be found. It may not be properly installed.

/inc/DBconnect.asp, line 6
-------------------------------------------------------

I have just set up a new server, Win 2003 Std x64 bit

It seems like the driver for connecting to the database does not work on x64
bit!?!

Is there any workarounds on this, or do I have to get myself a new Win
edition?

Best regards,

Christopher Brandsdal

解决方案

Christopher Brandsdal wrote:

I get this error:

-------------------------------------------------------
ADODB.Connection error ''800a0e7a''
Provider cannot be found. It may not be properly installed.

/inc/DBconnect.asp, line 6
-------------------------------------------------------



There''s your error: line 6.
--
Dave Anderson

Unsolicited commercial email will be read at a cost of


500 per message. Use
of this email address implies consent to these terms.


The code is in use on about 100 websites I have made, so the code is fine i
guess. It just seems that the provider is not supported in x64? I have
googled the problem, and it seems to be common among 64 bits...
This is the code it reacts on:

1: <%
2: '' Connection to the database / Datenbankverbindung
3: Dim ConnectString, conn
4: ConnectString = Application("AdoConnection")
5: Set conn = Server.CreateObject("ADODB.Connection")
6: conn.open ConnectString
7: %>
"Dave Anderson" <GT**********@spammotel.com> skrev i melding
news:Oc**************@TK2MSFTNGP04.phx.gbl...

Christopher Brandsdal wrote:

I get this error:

-------------------------------------------------------
ADODB.Connection error ''800a0e7a''
Provider cannot be found. It may not be properly installed.

/inc/DBconnect.asp, line 6
-------------------------------------------------------



There''s your error: line 6.
--
Dave Anderson

Unsolicited commercial email will be read at a cost of


这篇关于访问问题的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆