| 网站首页 | 业界新闻 | 小组 | 威客 | 人才 | 下载频道 | 博客 | 代码贴 | 在线编程 | 编程论坛
欢迎加入我们,一同切磋技术
用户名:   
 
密 码:  
共有 1145 人关注过本帖
标题:[求助]同一张页面中如何调用两个数据库??
只看楼主 加入收藏
心碎无痕
Rank: 1
等 级:新手上路
威 望:1
帖 子:147
专家分:0
注 册:2005-9-16
收藏
 问题点数:0 回复次数:4 
[求助]同一张页面中如何调用两个数据库??

Microsoft JET Database Engine 错误 '80040e37'

Microsoft Jet 数据库引擎找不到输入表或查询 'forum'。 确定它是否存在,以及它的名称的拼写是否正确。

/index.asp,行 186

<!--#include file="conn.asp"-->第一个数据库
<!--#include file="conn1.asp"-->第二个数据库

我有两个数据库,放在同一张页面调用
调用第一个数据库的部份都很正常,,但调出第二个数据库数据,第二个数据库那些网页部分就出现这种情况了,

如果把第二个数据库不放在同一张页面里,那么调用就很正常了?

不会是一张页,不能调用两个数库调吧???

在线的高手帮帮忙呀? !!!!!

搜索更多相关主题的帖子: 数据库 页面 
2005-12-21 21:41
阳光白雪
Rank: 7Rank: 7Rank: 7
等 级:贵宾
威 望:39
帖 子:2220
专家分:0
注 册:2005-11-18
收藏
得分:0 

可能是在定义数据库对象的时候重名了,楼主仔细校对一下~~~~~~~~~~~~~``


专注于WEB前端交互平台开发:[url=http://blog./]blog.[/url](富客户端技术(RIA)交流平台)
2005-12-21 21:47
心碎无痕
Rank: 1
等 级:新手上路
威 望:1
帖 子:147
专家分:0
注 册:2005-9-16
收藏
得分:0 
第一个数据库!
<%
dbpath="#5hen88data/#8188wuhen.asp" '数据库路径
connstr="Provider=Microsoft.Jet.OLEDB.4.0;data source="&server.mappath(dbpath)
set conn=server.createobject("adodb.connection")
conn.open connstr
<%
FLASH 是第一个数据库里的表!,这是查第一个数据库!
dim yyphrs,yyphsql
yyphsql="select top 10 * from flash where bigclassid=1 order by hits desc"
set yyphrs=conn.execute(yyphsql)
do while not yyphrs.eof
%>
<table width="100%" border="0" cellspacing="3" cellpadding="0">
<tr>
<td width="10%"><img src="images/top4.gif" width="8" height="8"></td>
<td width="90%"><a href="flash_play.asp?id=<%=yyphrs("id") %>"><%=yyphrs("flashname")%></a></td>
</tr>
</table>
<% yyphrs.movenext
loop
yyphrs.close
set yyphrs=nothing
%>


第二个数库库!
<%
dim bbsrs,bbssql
path="bbs/database/yuan520.mdb" '数据库路径
conn="Provider=Microsoft.Jet.OLEDB.4.0;data source="&server.mappath(path)
set db=server.createobject("adodb.connection")
db.open conn
%>

<%dim yyphrs,yyphsql
yyphsql="select top 10 * from flash where bigclassid=1 order by hits desc"
set yyphrs=conn.execute(yyphsql)
do while not yyphrs.eof
%>
<table width="100%" border="0" cellspacing="3" cellpadding="0">
<tr>
<td width="10%"><img src="images/top4.gif" width="8" height="8"></td>
<td width="90%"><a href="flash_play.asp?id=<%=yyphrs("id") %>"><%=yyphrs("flashname")%></a></td>
</tr>
</table>
<% yyphrs.movenext
loop
yyphrs.close
set yyphrs=nothing
%>
<%
FORUM 是第二个数据库里的表!
bbssql="select top 10 * from forum where deltopic<>1 and posttime>"&SqlNowString&"-7 order by id Desc"
set bbsrs=conn.execute(bbssql)
do while not bbsrs.eof
%>
<table width="100%" border="0" cellspacing="3" cellpadding="0">
<tr>
<td width="10%"><img src="images/top1.gif" width="8" height="8"></td>
<td width="90%"><a href="MTV_play.asp?id=<%=bbsrs("id") %>"><%=bbsrs("topic")%></a></td>
</tr>
</table>
<% bbsrs.movenext
loop
bbsrs.close
set bbsrs=nothing
%>

[此贴子已经被作者于2005-12-21 22:01:59编辑过]


菜鸟级网站! http://www. 希望大家能多多支持!
2005-12-21 21:55
阳光白雪
Rank: 7Rank: 7Rank: 7
等 级:贵宾
威 望:39
帖 子:2220
专家分:0
注 册:2005-11-18
收藏
得分:0 
dbpath="#5hen88data/#8188wuhen.asp" '数据库路径
connstr="Provider=Microsoft.Jet.OLEDB.4.0;data source="&server.mappath(dbpath)
set conn=server.createobject("adodb.connection")
conn.open connstr


冲突

专注于WEB前端交互平台开发:[url=http://blog./]blog.[/url](富客户端技术(RIA)交流平台)
2005-12-21 22:02
心碎无痕
Rank: 1
等 级:新手上路
威 望:1
帖 子:147
专家分:0
注 册:2005-9-16
收藏
得分:0 

非常感谢!!!!!!!!


菜鸟级网站! http://www. 希望大家能多多支持!
2005-12-21 22:23
快速回复:[求助]同一张页面中如何调用两个数据库??
数据加载中...
 
   



关于我们 | 广告合作 | 编程中国 | 清除Cookies | TOP | 手机版

编程中国 版权所有,并保留所有权利。
Powered by Discuz, Processed in 0.046411 second(s), 7 queries.
Copyright©2004-2024, BCCN.NET, All Rights Reserved